Commit 4f4fc4ed authored by 姬鋆屾's avatar 姬鋆屾

tui

parent 30fcc170
......@@ -19,7 +19,7 @@
label="分组"
prop="groupId"
v-model="form.groupId"
:enumData="dict.group"
:enumData="dict.groupId"
type="select"
placeholder="请选择分组"
/>
......@@ -154,7 +154,7 @@ export default {
// 表单重置
reset() {
this.form = {
groupId: null,
groupId: "",
groupName: "",
jobCode: "",
jobName: "",
......
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