From 426c8b34e6c0a6f97de69864c537cf5e0d7dbb08 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 15 十二月 2022 18:13:34 +0800
Subject: [PATCH] 2022-12-15 趋势分析 地图位置 ,弹窗修改
---
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