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