fix: 用户管理-增加导入失败的原因
This commit is contained in:
parent
34aafe3095
commit
06ad1af47d
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue