diff --git a/src/pages/processCenter/pages/processDetail/index.vue b/src/pages/processCenter/pages/processDetail/index.vue index b75a15916..103c9e93d 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -9,7 +9,7 @@
-
+
开始
@@ -112,7 +112,7 @@
0) { this.tableRow.map(item => { @@ -1639,7 +1639,7 @@ } }, mounted() { - if (this.$route.query.oldAndNew == 'new' && this.$route.query.flowType == '3') { + if (this.$route.query.oldAndNew == 'new' && (this.$route.query.flowType == '3' || this.$route.query.flowType == 'buss1')) { this.getProcessList() } else { this.processNum()