fix:修改panel页面导入之后不显示的问题
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
export-file-name="chart"
|
||||
export-url="/visual/panel/export"
|
||||
import-url="/visual/panel/import"
|
||||
@afterImport="dateChange"
|
||||
@afterImport="afterImport"
|
||||
>
|
||||
<template v-slot:before>
|
||||
<el-dropdown-item>
|
||||
@@ -812,6 +812,10 @@ export default {
|
||||
if (type === 'duplicate') {
|
||||
this.editChart(chartInfo, true)
|
||||
}
|
||||
},
|
||||
afterImport () {
|
||||
this.dateChange()
|
||||
this.panelReloadOnlyPanel()
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
||||
Reference in New Issue
Block a user