From 6f722fd40047103177e8ccfa4c84a7e0f7a9a885 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 14 十二月 2022 15:51:01 +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