fix: 修复panel选择框没回显的问题

This commit is contained in:
陈劲松
2021-01-12 20:53:29 +08:00
committed by chenjinsong
parent 5d9483ed63
commit a065a57df7

View File

@@ -388,7 +388,7 @@
if(this.$refs.chartList){
this.$refs.chartList.initData(params);
}
this.panelReloadOnlyPanel();
//this.panelReloadOnlyPanel();
},
/*图表相关操作--end*/