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) {