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