mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
feat: 处理field为字符串的修改场景
This commit is contained in:
parent
3ae9aac2d9
commit
a698191873
@ -235,8 +235,6 @@ const initFieldListHandle = () => {
|
||||
}
|
||||
if (item.mapping === undefined) {
|
||||
item.result = DataResultEnum.FAILURE
|
||||
} else if (!isArray(item.mapping)) {
|
||||
item.mapping = [item.mapping]
|
||||
}
|
||||
fieldList.value.push(item)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user