From d313266b48ea3763d068e3f2861c806ed1177221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Mon, 27 May 2024 17:44:05 +0800 Subject: [PATCH] xg --- src/views/system/editorialSpecialization/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/system/editorialSpecialization/index.vue b/src/views/system/editorialSpecialization/index.vue index 4864b6b..4f3dde7 100644 --- a/src/views/system/editorialSpecialization/index.vue +++ b/src/views/system/editorialSpecialization/index.vue @@ -395,7 +395,9 @@ export default { loading.close(); this.editopen = true this.updataform = res.data - }) + }).catch(() => { + loading.close(); + }); }, //删除触发条件 deltriggerCondition(item) {