From 33a45de918a978598b335df345a716b42ab035c8 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 2 Mar 2026 15:16:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=9F=E6=96=99=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E6=97=B6=E5=AF=BC=E5=85=A5=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=B1=95=E7=A4=BA=E8=BF=94=E5=9B=9E=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inm/mioitem.vue b/src/views/inm/mioitem.vue index 309e2246..20f9fb5f 100644 --- a/src/views/inm/mioitem.vue +++ b/src/views/inm/mioitem.vue @@ -598,7 +598,7 @@ export default { this.$refs.table.queryData(this.query); }).catch((err) => { loading.close(); - this.$message.error("导入失败,请重新尝试"); + this.$message.error(err.msg); }); }, //打签