fix: 创建场景页面点击回收站时,应该跳到场景列表页
This commit is contained in:
parent
0c084a3c77
commit
d9dbae7dab
|
@ -339,6 +339,7 @@
|
|||
this.$route.params.dataSelectRange = 'all';
|
||||
},
|
||||
enableTrash(data) {
|
||||
this.activeName = "default";
|
||||
this.trashEnable = data;
|
||||
},
|
||||
getProject() {
|
||||
|
|
|
@ -265,6 +265,7 @@
|
|||
},
|
||||
enableTrash() {
|
||||
this.condition.trashEnable = true;
|
||||
this.$emit('enableTrash', this.condition.trashEnable);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue