qianming 3 年之前
父节点
当前提交
b296b45635
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      report-ui/src/views/report/bigscreen/designer/widget/bar/widgetBarCompareChart.vue

+ 1 - 1
report-ui/src/views/report/bigscreen/designer/widget/bar/widgetBarCompareChart.vue

@@ -256,7 +256,7 @@ export default {
       handler(val) {
         this.optionsStyle = val.position;
         this.optionsData = val.data;
-        this.optionsSetup = val.setup;
+        this.optionsCollapse = val.setup;
         this.optionsSetup = val.setup;
         this.editorOptions();
       },