配置表单时所属部门字典改为非必填,选项中增加金融机构(富农贷是农行产品)
This commit is contained in:
@@ -9,13 +9,8 @@
|
|||||||
<el-row type="type" justify="space-between" :gutter="20">
|
<el-row type="type" justify="space-between" :gutter="20">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="所属部门" prop="department">
|
<el-form-item label="所属部门" prop="department">
|
||||||
<el-select placeholder="请选择" size="small" v-model="form.department" clearable style="width: 100%;">
|
<ai-select placeholder="请选择" v-model="form.department" action="/appfinancialorganization/nameList"
|
||||||
<el-option
|
:instance="instance" :ops="{label:'organizationName',value:'organizationName'}"/>
|
||||||
v-for="(item,i) in dict.getDict('hbDepartment')" :key="i"
|
|
||||||
:label="item.dictName"
|
|
||||||
:value="item.dictValue">
|
|
||||||
</el-option>
|
|
||||||
</el-select>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
|
|||||||
Reference in New Issue
Block a user