人员选择
This commit is contained in:
		@@ -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() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user