From 29f2beb09c95c191943000d4ce15613076929871 Mon Sep 17 00:00:00 2001 From: eric777 Date: Thu, 25 Jan 2024 15:35:00 +0800 Subject: [PATCH] =?UTF-8?q?jiahan.wu=20[cr]=20=E8=AE=BE=E5=A4=87=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BF=A1=E6=81=AF=E5=AF=BC=E5=85=A5=E6=A8=A1=E5=9D=97?= =?UTF-8?q?(=E5=88=97=E8=A1=A8=E3=80=81=E5=88=A0=E9=99=A4=E3=80=81?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E3=80=81=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/model/deviceImportInfo/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/model/deviceImportInfo/index.vue b/src/views/model/deviceImportInfo/index.vue index bcb2151..86b7001 100644 --- a/src/views/model/deviceImportInfo/index.vue +++ b/src/views/model/deviceImportInfo/index.vue @@ -364,6 +364,8 @@ function submitForm() { loading.value = false; getList(); + }).catch(err => { + proxy.$modal.msgError("设备参数上传出现异常"); }); } });