This commit is contained in:
花有清香月有阴
2022-02-25 09:00:27 +08:00
parent b5d0a0a02c
commit 282b41a11f

View File

@@ -103,7 +103,7 @@ export default {
residentId: this.user.residentId, residentId: this.user.residentId,
description: this.searchObj, description: this.searchObj,
applyIntegralType: this.value, applyIntegralType: this.value,
auditType: this.currentTab == '0' ? '' : this.currentTab == '1' ? '0' : this.currentTab == 2 ? '1|2' : '', auditType: this.currentTab == '0' ? '' : this.currentTab == '1' ? '0' : this.currentTab == 2 ? '1' : '',
}, },
}) })
.then((res) => { .then((res) => {
@@ -133,9 +133,7 @@ export default {
change(index) { change(index) {
this.currentTab = index this.currentTab = index
this.data = [] this.init()
this.current = 1
this.getList()
}, },
confirm(e) { confirm(e) {