From ed6c6350015d52ea1cb033c7558f72b721ece84a Mon Sep 17 00:00:00 2001
From: WangHan <wwh_work@126,com>
Date: 星期四, 19 十二月 2024 19:58:55 +0800
Subject: [PATCH] 打包名称修改,去除错误输出

---
 admin-web/src/views/foundation/classification/index.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/admin-web/src/views/foundation/classification/index.vue b/admin-web/src/views/foundation/classification/index.vue
index 3fe0c65..f6acf85 100644
--- a/admin-web/src/views/foundation/classification/index.vue
+++ b/admin-web/src/views/foundation/classification/index.vue
@@ -229,9 +229,7 @@
             vm.$modal.msgSuccess(text + '鎴愬姛');
             vm.search();
           }
-        }).catch((err) => {
-          vm.$message.warning(err.msg);
-        });
+        })
       });
     },
     del(row) {
@@ -242,9 +240,6 @@
             that.$message.success('鍒犻櫎鎴愬姛锛�');
             that.refreshData();
           })
-            .catch((err) => {
-              that.$message.warning(err.msg);
-            });
       });
     },
     showAdd() {

--
Gitblit v1.9.1