fix: 创建场景页面点击回收站时,应该跳到场景列表页

This commit is contained in:
wenyann 2021-05-13 17:39:16 +08:00 committed by 刘瑞斌
parent 0c084a3c77
commit d9dbae7dab
2 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,7 @@
this.$route.params.dataSelectRange = 'all';
},
enableTrash(data) {
this.activeName = "default";
this.trashEnable = data;
},
getProject() {

View File

@ -265,6 +265,7 @@
},
enableTrash() {
this.condition.trashEnable = true;
this.$emit('enableTrash', this.condition.trashEnable);
}
}
}