liushengqiang 1 year ago
parent
commit
fa20785be5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/pc/home/index.tsx

+ 3 - 1
src/pc/home/index.tsx

@@ -2735,7 +2735,9 @@ export default defineComponent({
 						data.uploadStatus = "YES";
 						message.success("上传成功");
 						if (data.uploadClick) {
-							handleClose();
+							setTimeout(() => {
+								handleClose();
+							}, 300)
 						}
 					}}
 				/>