From 06ad1af47d10f6c66cf5e869b70b2dc00d17efa0 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Sat, 20 Apr 2024 15:34:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=85=A5=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/system/user/index.vue b/sgzb-ui/src/views/system/user/index.vue index 896d2e87..d3ba2c98 100644 --- a/sgzb-ui/src/views/system/user/index.vue +++ b/sgzb-ui/src/views/system/user/index.vue @@ -922,7 +922,7 @@ } else { this.$alert( "
" + - '导入失败' + + '导入失败: ' + response.msg + '
', '导入结果', { dangerouslyUseHTMLString: true },