feat:CN-1522 插件管理页开发(细节需要再调整),及代码整理
This commit is contained in:
@@ -229,7 +229,7 @@ export default {
|
||||
const newVal = val ? _.clone(val) : this.metric
|
||||
this.toggleLoading(true)
|
||||
try {
|
||||
if(this.chartDateObject.length > 0) {
|
||||
if (this.chartDateObject.length > 0) {
|
||||
this.initData(this.chartDateObject, newVal, active, show, n)
|
||||
} else {
|
||||
this.init(val, show, active, n)
|
||||
|
||||
Reference in New Issue
Block a user