打通主要流程(签名,送达,归档)

This commit is contained in:
Your Name
2023-10-09 22:02:10 +08:00
parent 2bbfc13e47
commit 2b1c4564a6
9 changed files with 145 additions and 62 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export default {
};
},
created() {
this.queryParams.caseStatusList = [16];
this.queryParams.caseStatusList = [17];
this.getList(this.queryParams);
},
methods: {