fix: 用户管理-增加导入失败的原因
This commit is contained in:
parent
34aafe3095
commit
06ad1af47d
|
|
@ -922,7 +922,7 @@
|
||||||
} else {
|
} else {
|
||||||
this.$alert(
|
this.$alert(
|
||||||
"<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" +
|
"<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" +
|
||||||
'导入失败' +
|
'导入失败: ' + response.msg +
|
||||||
'</div>',
|
'</div>',
|
||||||
'导入结果',
|
'导入结果',
|
||||||
{ dangerouslyUseHTMLString: true },
|
{ dangerouslyUseHTMLString: true },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue