Sfoglia il codice sorgente

Merge branch '2023-8-28'

liushengqiang 1 anno fa
parent
commit
9c7667538c
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/pc/home/index.tsx

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

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