Merge pull request #9982 from ulleo/dev

fix(X-Pack): 修复数据填报编辑表单时切换下拉框是否多选时,在表单保存页面上数据库字段类型展示不正确的问题
This commit is contained in:
ulleo 2024-05-30 17:49:18 +08:00 committed by GitHub
commit 44e3c6d670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = []