瀏覽代碼

刷新问题

jwyu 3 年之前
父節點
當前提交
743a969764
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/hzyb/chart/Detail.vue

+ 1 - 1
src/views/hzyb/chart/Detail.vue

@@ -847,7 +847,7 @@ const handleRefreshChart=async ()=>{
         setTimeout(() => {
             Toast.success(res.msg)
         }, 200);
-        getChartInfo('init')
+        getChartInfo()
     }
 }