From 24c4699005da96f45562d7057d80c103b8e428a2 Mon Sep 17 00:00:00 2001 From: WangHan <wwh_work@126,com> Date: 星期五, 03 一月 2025 10:32:34 +0800 Subject: [PATCH] 子级分类在用删除 --- admin-web/src/views/foundation/classification/edit.vue | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/admin-web/src/views/foundation/classification/edit.vue b/admin-web/src/views/foundation/classification/edit.vue index 7227f2c..12a5d82 100644 --- a/admin-web/src/views/foundation/classification/edit.vue +++ b/admin-web/src/views/foundation/classification/edit.vue @@ -134,18 +134,12 @@ }); } else { params.orgId = this.setting.orgId; - console.log(params); - finsystenant - .add(params) - .then((res) => { + finsystenant.add(params).then((res) => { this.loading = false this.$message.success('淇濆瓨鎴愬姛锛�'); this.close(); this.$emit('search'); }) - .catch((err) => { - this.loading = false - }); } } else { this.$message.error('鏍¢獙鏈�氳繃锛岃妫�鏌ャ��'); -- Gitblit v1.9.1