Przeglądaj źródła

验收申请修改

duy 1 rok temu
rodzic
commit
9c616b730d
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      src/views/transfer/components/table-collect.vue

+ 3 - 2
src/views/transfer/components/table-collect.vue

@@ -262,8 +262,9 @@ const reportTaskTagClose = (index) => {
 const showReportFinish = async () => {
     showReportModal.value = false
     tableKeys.value = []
-    await getBtnstatus()
-    getTotalData()
+    // await getBtnstatus()
+    // getTotalData()
+    window?.location?.reload() //刷新页面
 }
 //撤回验收申请
 const cancelClick = ()=>{