bug
This commit is contained in:
		| @@ -24,7 +24,7 @@ | ||||
|                   <el-form-item label="网格员姓名" prop="wxUserId" > | ||||
|                     <div class="flex-box"> | ||||
|                       <ai-open-data :style="{marginRight: forms.wxUserId ? '20px' : 0}" type="userName" :openid="forms.wxUserId" /> | ||||
|                       <AiUserGet :isMultiple="false" refs="addTags" :instance="instance" v-model="users" @change="getSelectPerson"> | ||||
|                       <AiUserGet :isMultiple="false" refs="addTags" :instance="instance" v-model="users" @change="getSelectPerson" :props="{label:'name', id: 'id'}"> | ||||
|                         <el-button size="small" type="primary"><span style="color: #fff">选择网格员</span></el-button> | ||||
|                       </AiUserGet> | ||||
|                     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user