人员选择

This commit is contained in:
花有清香月有阴
2022-01-06 20:07:44 +08:00
parent 5c762a6d93
commit 7e6f22ee19
2 changed files with 14 additions and 25 deletions

View File

@@ -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() {