fix 表单下拉值回显问题
This commit is contained in:
@@ -401,6 +401,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.formInline[field.dbFieldName] = valueArr
|
this.formInline[field.dbFieldName] = valueArr
|
||||||
|
} else {
|
||||||
|
this.formInline[field.dbFieldName] = undefined
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const dictField = formList.filter(tt => tt.fieldShowType === FieldType.OPTION_SINGLE.value)
|
const dictField = formList.filter(tt => tt.fieldShowType === FieldType.OPTION_SINGLE.value)
|
||||||
|
|||||||
Reference in New Issue
Block a user