From b848a5cbbcc80c994aaf6156c365ce725867ad57 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期四, 13 十月 2022 17:57:58 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/components/process/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/process/index.vue b/src/components/process/index.vue
index e66ea59..09afaa4 100644
--- a/src/components/process/index.vue
+++ b/src/components/process/index.vue
@@ -52,9 +52,7 @@
         // console.log(this.handlePassVo.workflowConfigSteps[0].name); 
         // console.log(mylist);
         console.log(mystate);
-        if(mystate===0){
-            this.active = -1;
-        }else if(mystate ===6){
+        if(mystate ===6){
             this.active = 1;
         }else if(mystate===7){
             this.active = 2;
@@ -62,6 +60,8 @@
             this.active = 3;
         }else if(mystate ===9){
             this.active = 4;
+        }else{
+            this.active = -1;
         }
         this.list =  mylist;
     },

--
Gitblit v1.8.0