Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

This commit was merged in pull request #82.
This commit is contained in:
2023-10-15 17:21:40 +08:00
committed by Gitea
+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);
},