Parcourir la source

验收申请修改

duy il y a 1 an
Parent
commit
9c616b730d
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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 = ()=>{