案件列表搜索问题修复 #82

Merged
hhlxayunmei merged 1 commits from hhl into dev 2023-10-15 09:21:40 +00:00
+3
View File
@@ -524,6 +524,9 @@ export default {
/** 搜索按钮操作 */ /** 搜索按钮操作 */
handleQuery() { handleQuery() {
this.queryParams.caseStatusList = []; this.queryParams.caseStatusList = [];
if (!this.queryParams.caseStatus ) {
this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10]
}
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
this.getcaseApply(this.queryParams); this.getcaseApply(this.queryParams);
}, },