Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
		@@ -14,6 +14,7 @@
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="right">
 | 
			
		||||
            <img :src="user.avatar" alt="" v-if="user.avatar" />
 | 
			
		||||
            <img src="./user-img.png" alt="" v-else/>
 | 
			
		||||
 | 
			
		||||
            <span>{{ detail.contactPerson }}</span>
 | 
			
		||||
          </div>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								src/apps/AppResidentActivitie/user-img.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/apps/AppResidentActivitie/user-img.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.4 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 88 KiB  | 
@@ -52,7 +52,7 @@ export default {
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      DiyList: {},
 | 
			
		||||
      userList: {},
 | 
			
		||||
      userList: [],
 | 
			
		||||
      keyword: '',
 | 
			
		||||
      list: [
 | 
			
		||||
        {
 | 
			
		||||
@@ -91,6 +91,7 @@ export default {
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    selectUser(item) {
 | 
			
		||||
      this.userList = []
 | 
			
		||||
      this.menuLevel3Name = item.menuLevel3Name
 | 
			
		||||
      this.appId = item.id
 | 
			
		||||
      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