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