@@ -937,8 +937,14 @@
},
created() {
const isWt = this.$route.query?.isWt;
+
if (isWt) {
this.tabValue = '1';
+ this.$nextTick(() => {
+ const item = JSON.parse(this.$route.query?.item);
+ console.log(item);
+ this.handleOrderPublish(item)
+ })
}
this.getFieldModel();
this.getPlanDotLine();