28139
This commit is contained in:
@@ -106,7 +106,7 @@ export default {
|
||||
params: {
|
||||
size: 6,
|
||||
current: this.current,
|
||||
residentId: this.user.residentId,
|
||||
residentId: this.user.residentId ? this.user.residentId : '',
|
||||
description: this.searchObj,
|
||||
applyIntegralType: this.value,
|
||||
auditType: this.currentTab == '0' ? '' : this.currentTab == '1' ? '0' : this.currentTab == 2 ? '1' : '',
|
||||
|
||||
Reference in New Issue
Block a user