فهرست منبع

减少上报刷新树

duy 1 ماه پیش
والد
کامیت
45eacf754c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/data-fill/wbs.vue

+ 2 - 2
src/views/data-fill/wbs.vue

@@ -3272,7 +3272,7 @@ const reportModalClick = async () => {
 const showReportFinish = () => {
     showReportModal.value = false
     getTableDataAll()
-    window?.location?.reload() //刷新页面
+    // window?.location?.reload() //刷新页面
 }
 
 //表单变量
@@ -3409,7 +3409,7 @@ const abolishOneSave = async () => {
     if (!error && code === 200) {
         window.$message?.success('撤回成功')
         getTableDataAll()
-        window?.location?.reload() //刷新页面
+        // window?.location?.reload() //刷新页面
     }
 }