From d94b2c96c82e2b2973792f2485bd6723d71f2a5d Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 10 Apr 2023 19:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8A=A5=E9=94=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outpatientManagement/treat/patient-add-or-update.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue index 92ccdfa..b1f4e6c 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue @@ -226,7 +226,9 @@ export default { this.$emit('refreshDataList') } }) - }).catch(() => {}) + }).catch(res => { + this.$message.error(res.msg) + }) }) }, 1000, { leading: true, trailing: false }), // 关闭弹框