fix:修改 关闭 bottomBox 未监听的问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user