jwyu 3 lat temu
rodzic
commit
743a969764
1 zmienionych plików z 1 dodań i 1 usunięć
  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()
     }
 }