From 03a4f65e9dca2ba2777e0ea42ed972c5f4f7544f Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 28 十一月 2022 11:33:25 +0800
Subject: [PATCH] 点位管理bug修改
---
src/views/systemSetting/baseSetting/department/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/systemSetting/baseSetting/department/index.vue b/src/views/systemSetting/baseSetting/department/index.vue
index 50452b4..1ae0aa0 100644
--- a/src/views/systemSetting/baseSetting/department/index.vue
+++ b/src/views/systemSetting/baseSetting/department/index.vue
@@ -264,7 +264,6 @@
id,
},
}).then((res) => {
- console.log(res);
this.$message({
type: res.code === 404 ? "warning" : "success",
message: res.message,
--
Gitblit v1.8.0