fix: asset 二级detail折叠展示问题
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user