fix: 用户管理-增加导入失败的原因

This commit is contained in:
binbin_pan 2024-04-20 15:34:19 +08:00
parent 34aafe3095
commit 06ad1af47d
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@
} else {
this.$alert(
"<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" +
'导入失败' +
'导入失败: ' + response.msg +
'</div>',
'导入结果',
{ dangerouslyUseHTMLString: true },