From 966b891d2cadea48f74ae42a7c177da22adb2d53 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 10 五月 2025 13:13:36 +0800
Subject: [PATCH] #完成任务
---
rsf-admin/src/page/components/ImportModal.jsx | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/page/components/ImportModal.jsx b/rsf-admin/src/page/components/ImportModal.jsx
index 71328ff..63c2edf 100644
--- a/rsf-admin/src/page/components/ImportModal.jsx
+++ b/rsf-admin/src/page/components/ImportModal.jsx
@@ -62,7 +62,9 @@
notify(msg);
refresh()
} else {
+ handleClose()
notify(msg);
+ refresh()
}
};
--
Gitblit v1.9.1