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