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