案件列表搜索问题修复

This commit is contained in:
Your Name
2023-10-15 17:21:06 +08:00
parent b0c9492ffd
commit c49d10456e
+3
View File
@@ -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);
},