Commit d397307c authored by 姬鋆屾's avatar 姬鋆屾

提交修改离职员工表部门回显只显示部门id的问题

parent 21d7b470
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
<Field <Field
label="所属部门" label="所属部门"
prop="deptId" prop="deptId"
v-model="form.deptId" v-model="form.deptName"
:enumData="dict.deptId" :enumData="dict.deptName"
placeholder="请输入所属部门" placeholder="请输入所属部门"
/> />
<Field <Field
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment