forked from github/dataease
fix(X-Pack): 修复数据填报编辑表单时切换下拉框是否多选时,在表单保存页面上数据库字段类型展示不正确的问题
This commit is contained in:
parent
6a6afbb421
commit
3b5521087a
@ -400,10 +400,8 @@ export default {
|
||||
item.value = []
|
||||
} else {
|
||||
item.value = undefined
|
||||
if (item.settings.mapping.type === 'text') {
|
||||
item.settings.mapping.type = undefined
|
||||
}
|
||||
}
|
||||
item.settings.mapping.type = undefined
|
||||
},
|
||||
getRules(item) {
|
||||
let rules = []
|
||||
|
Loading…
Reference in New Issue
Block a user