瀏覽代碼

fix(生产订单): 根据路由参数设置默认标签页

liujt 2 月之前
父節點
當前提交
6dcc570fd9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/produceOrder/index.vue

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

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