Browse Source

刷新问题

jwyu 3 years ago
parent
commit
743a969764
1 changed files with 1 additions and 1 deletions
  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()
     }
 }