bug
This commit is contained in:
@@ -103,7 +103,7 @@ export default {
|
||||
residentId: this.user.residentId,
|
||||
description: this.searchObj,
|
||||
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) => {
|
||||
@@ -133,9 +133,7 @@ export default {
|
||||
|
||||
change(index) {
|
||||
this.currentTab = index
|
||||
this.data = []
|
||||
this.current = 1
|
||||
this.getList()
|
||||
this.init()
|
||||
},
|
||||
|
||||
confirm(e) {
|
||||
|
||||
Reference in New Issue
Block a user