Browse Source

刷新问题

jwyu 3 năm trước cách đây
mục cha
commit
743a969764
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
     }
 }