|
@@ -13,7 +13,7 @@
|
|
|
<el-input v-model="form.email" placeholder="请输入邮箱"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="关联账号:" prop="assoAccountId">
|
|
|
- <el-select style="width:100%" v-model="form.assoAccountId" placeholder="请选择账号" filterable remote
|
|
|
+ <el-select style="width:100%" v-model="form.assoAccountId" placeholder="请选择账号" filterable remote @focus="focusPerson(form.accountName)"
|
|
|
:popper-append-to-body="false" :remote-method="remoteMethodPerson" v-SelectLazyLoading="lazyLoadingPerson"
|
|
|
:loading="personnelList.loading">
|
|
|
<el-option v-for="item in personnelList.data" :key="parseInt(item.id)" :label="item.name"
|