From ef92c1514d0b9d7349f7c21d0a66cbf5f0ee9a30 Mon Sep 17 00:00:00 2001 From: David Wei Date: Wed, 4 Oct 2023 21:08:59 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=BB=E4=BD=93=EF=BC=8C=E9=81=BF=E5=85=8D?= =?UTF-8?q?=20string=20=E7=B1=BB=E5=9E=8B=E7=9A=84=20data=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=94=E5=9B=9E=E5=88=B0=20msg=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 9a6d82c..c7d6706 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -522,7 +522,7 @@ const handleFileSuccess = (response: any, file: UploadFile) => { upload.open = false; upload.isUploading = false; uploadRef.value?.handleRemove(file); - ElMessageBox.alert("
" + response.msg + "
", "导入结果", { dangerouslyUseHTMLString: true }); + ElMessageBox.alert("
" + response.data + "
", "导入结果", { dangerouslyUseHTMLString: true }); getList(); }