소스 검색

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

695593266@qq.com 3 달 전
부모
커밋
087e19a67f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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();
     },