Commit c2bd24e8 authored by 涂伟's avatar 涂伟

fix: '用户导入后刷新数据'

parent ff96c01d
Pipeline #95421 failed with stages
......@@ -1613,6 +1613,7 @@ const UserManage = () => {
if (res.data.includes('成功')) {
message.success(res.data)
setImportAccountVisible(false);
submitSearchUser()
} else {
setAlertTxt(res.data || '导入失败!')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment