【修改】修改流程传参方式

This commit is contained in:
zhoulingpo
2023-04-26 09:37:41 +08:00
parent a9aa5709b8
commit 047f84cb21
6 changed files with 24 additions and 22 deletions
+3 -3
View File
@@ -196,9 +196,9 @@ export default {
created() {
// 第一次进入此页面 需要清楚校验
if (this.$route.query.ids) {
if (this.$route.query.ids.split(',').length > 0) {
this.reportList(this.$route.query.ids)
}
// if (this.$route.query.ids.split(',').length > 0) {
// this.reportList(this.$route.query.ids)
// }
this.handleReset()
}
if (this.$store.getters.handleProcess.taskDefinitionKey == 'aid4') {