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