From 45c6e79484939975799ce1143af9a9db3649447e Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 28 十一月 2022 11:59:03 +0800 Subject: [PATCH] fix: 短信查询 短信废弃页面词语 --- 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