@@ -81,6 +81,7 @@ function auditConfirm() {
}).then((res) => {
if (res.code == "1") {
showToast(res.msg);
+ auditShow = false;
listMyApplyFor.value = [];
pageMyApplyFor = 1;
onLoadMyApplyFor();