fix:修改 关闭 bottomBox 未监听的问题

This commit is contained in:
zhangyu
2022-09-06 17:46:23 +08:00
parent ad138b4f52
commit 56822eb7ff
3 changed files with 20 additions and 2 deletions

View File

@@ -220,7 +220,6 @@ export default {
this.bottomBox.targetTab = targetTab
this.bottomBox.object = JSON.parse(JSON.stringify(row))
this.bottomBox.showSubList = true
this.updatePath(this.$route.query, this.$route.path, 'nzDatalist')
},
search (searchObj) {
this.$emit('search', searchObj)
@@ -239,6 +238,7 @@ export default {
'bottomBox.showSubList': function (n) {
const vm = this
bottomBoxWindow.showSubListWatch(vm, n)
this.updatePath(this.$route.query, this.$route.path, 'nzDatalist')
},
layout: {
immediate: true,