Commit a1b68fd9 authored by 涂伟's avatar 涂伟

fix: '优化'

parent dc1c6630
Pipeline #93830 passed with stages
......@@ -1602,11 +1602,11 @@ const UserManage = () => {
ImportUserData(params).then(res => {
console.log(res, 'ressssssssssssssss');
if (res.code === 0 && res.data.includes('成功')) {
message.success('导入成功!')
message.success(res.data)
setImportAccountVisible(false);
// setAlertTxt('1116666')
} else {
setAlertTxt(res.data)
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