Explorar el Código

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

695593266@qq.com hace 2 meses
padre
commit
087e19a67f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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();
     },