[update] 控件处理
This commit is contained in:
@@ -802,6 +802,9 @@ export default {
|
|||||||
if(itemIn !== 'sdt') {
|
if(itemIn !== 'sdt') {
|
||||||
if(item[itemIn] instanceof Object) {
|
if(item[itemIn] instanceof Object) {
|
||||||
postDateobj[itemIn] = item[itemIn]
|
postDateobj[itemIn] = item[itemIn]
|
||||||
|
if(item[itemIn].list[0].dataValue instanceof Array) {
|
||||||
|
item[itemIn].list[0].dataValue = item[itemIn].list[0].dataValue.join(',')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user