走访慰问
This commit is contained in:
		@@ -52,7 +52,7 @@ export default {
 | 
				
			|||||||
  data() {
 | 
					  data() {
 | 
				
			||||||
    return {
 | 
					    return {
 | 
				
			||||||
      DiyList: {},
 | 
					      DiyList: {},
 | 
				
			||||||
      userList: {},
 | 
					      userList: [],
 | 
				
			||||||
      keyword: '',
 | 
					      keyword: '',
 | 
				
			||||||
      list: [
 | 
					      list: [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
@@ -91,6 +91,7 @@ export default {
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    selectUser(item) {
 | 
					    selectUser(item) {
 | 
				
			||||||
 | 
					      this.userList = []
 | 
				
			||||||
      this.menuLevel3Name = item.menuLevel3Name
 | 
					      this.menuLevel3Name = item.menuLevel3Name
 | 
				
			||||||
      this.appId = item.id
 | 
					      this.appId = item.id
 | 
				
			||||||
      this.$http.post(`/app/appapplicationinfo/list?appId=${item.id}¤t=${this.current}&size=${99}`, { searchParam: this.keyword }).then((res) => {
 | 
					      this.$http.post(`/app/appapplicationinfo/list?appId=${item.id}¤t=${this.current}&size=${99}`, { searchParam: this.keyword }).then((res) => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user