From 7e6f22ee1919438320d6c2f50d914e9ad35db6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 6 Jan 2022 20:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHandSnapshot/Content.vue | 12 +---------- src/apps/AppHandSnapshot/SelectUser.vue | 27 ++++++++++++------------- 2 files changed, 14 insertions(+), 25 deletions(-) diff --git a/src/apps/AppHandSnapshot/Content.vue b/src/apps/AppHandSnapshot/Content.vue index 5b228d05..8a718eb9 100644 --- a/src/apps/AppHandSnapshot/Content.vue +++ b/src/apps/AppHandSnapshot/Content.vue @@ -56,7 +56,7 @@ export default { flag: false, show: false, number: '', - treeList: [], + myList: [], groupName: '', groupId: '', @@ -72,7 +72,6 @@ export default { this.forms.groupId = this.groupId this.forms.groupName = this.groupName - // this.getTree() this.typeList() }, methods: { @@ -201,15 +200,6 @@ export default { } }, - getTree() { - this.$http.post('/app/wxcp/wxtag/tree').then((res) => { - if (res?.data) { - console.log(res.data) - this.treeList = res.data - } - }) - }, - handerSelect() {}, toSelectUser() { diff --git a/src/apps/AppHandSnapshot/SelectUser.vue b/src/apps/AppHandSnapshot/SelectUser.vue index d5b3f544..e652c49c 100644 --- a/src/apps/AppHandSnapshot/SelectUser.vue +++ b/src/apps/AppHandSnapshot/SelectUser.vue @@ -1,9 +1,5 @@