From 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期五, 16 十二月 2022 10:00:02 +0800 Subject: [PATCH] 已上报到市批量操作按钮隐藏 --- src/views/systemSetting/platform/mySetting/index.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue index 51fec48..93ceaed 100644 --- a/src/views/systemSetting/platform/mySetting/index.vue +++ b/src/views/systemSetting/platform/mySetting/index.vue @@ -75,7 +75,6 @@ }, // 淇敼鐘舵�� handleChangeStatus(data) { - console.log(data); let { isStart, relationId } = data; isStart ? isStart = 1 : isStart = 0; this.$axios({ @@ -122,10 +121,6 @@ }, // 鎷栨嫿 handleDrop(before, after, inner, event) { - console.log(before) - console.log(after) - console.log(inner) - console.log(event); }, // 鑾峰彇鏄惁鍙互鏀剧疆 allowDrop(before, inner, next) { -- Gitblit v1.8.0