215
This commit is contained in:
		@@ -20,7 +20,7 @@
 | 
				
			|||||||
            class="search-input"
 | 
					            class="search-input"
 | 
				
			||||||
            size="small"
 | 
					            size="small"
 | 
				
			||||||
            v-throttle="() => {search.current = 1, getList()}"
 | 
					            v-throttle="() => {search.current = 1, getList()}"
 | 
				
			||||||
            placeholder="姓名/身份证/手机号/微信昵称"
 | 
					            placeholder="姓名/身份证/手机号"
 | 
				
			||||||
            clearable
 | 
					            clearable
 | 
				
			||||||
            @clear="search.current = 1, search.title = '', getList()"
 | 
					            @clear="search.current = 1, search.title = '', getList()"
 | 
				
			||||||
            suffix-icon="iconfont iconSearch">
 | 
					            suffix-icon="iconfont iconSearch">
 | 
				
			||||||
@@ -184,8 +184,6 @@
 | 
				
			|||||||
            name: row.realName
 | 
					            name: row.realName
 | 
				
			||||||
          }]
 | 
					          }]
 | 
				
			||||||
          this.form = {
 | 
					          this.form = {
 | 
				
			||||||
            ...this.form,
 | 
					 | 
				
			||||||
            ...row,
 | 
					 | 
				
			||||||
            ids: this.chooseUserList.map(e => e.openId)
 | 
					            ids: this.chooseUserList.map(e => e.openId)
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user