案件列表搜索问题修复 #82
@@ -524,6 +524,9 @@ export default {
|
||||
/** 搜索按钮操作 */
|
||||
handleQuery() {
|
||||
this.queryParams.caseStatusList = [];
|
||||
if (!this.queryParams.caseStatus ) {
|
||||
this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10]
|
||||
}
|
||||
this.queryParams.pageNum = 1;
|
||||
this.getcaseApply(this.queryParams);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user