Browse Source

Merge branch 'master' of https://gitee.com/anji-plus/report

yanzili 4 năm trước cách đây
mục cha
commit
c0b6eb93b3

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

@@ -201,7 +201,7 @@ export default {
         }
       }
     },
-    dynamicDataFn(val) {
+    dynamicDataFn(val, refreshTime) {
       if (!val) return;
       if (this.ispreview) {
         this.getEchartData(val);