Browse Source

验收申请修改

duy 1 năm trước cách đây
mục cha
commit
9c616b730d
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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 = ()=>{