fix: asset 二级detail折叠展示问题

This commit is contained in:
@changcode
2021-10-20 13:59:21 +08:00
parent 5f6b8ae550
commit db2b34e40c

View File

@@ -302,19 +302,12 @@ export default {
dropdownMenuShow (n) {
this.$emit('dropmenu-change', n)
}
// chartData: {
// deep: true,
// immediate: true,
// handler (n) {
// setTimeout(() => {
// this.showList = n.param.collapse
// },1500)
// }
// }
},
mounted () {
this.firstLoad = false
this.showList = !this.chartData.param.collapse
if (this.chartData.param) {
this.showList = !this.chartData.param.collapse
}
},
beforeDestroy () {
this.clearChart()