Răsfoiți Sursa

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-mes into dengfei

695593266@qq.com 2 luni în urmă
părinte
comite
087e19a67f
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      src/views/produceOrder/index.vue

+ 4 - 0
src/views/produceOrder/index.vue

@@ -900,6 +900,10 @@
       }
     },
     created() {
+      const isWt = this.$route.query?.isWt;
+      if (isWt) {
+        this.tabValue = '1';
+      }
       this.getFieldModel();
       this.getPlanDotLine();
     },