|
@@ -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 = ()=>{
|