[update] 同步上报库
This commit is contained in:
@@ -824,11 +824,11 @@ 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.forEach((item,index) => {
|
||||||
item[itemIn].list[0].dataValue = item[itemIn].list[0].dataValue.join(',')
|
if(item.type == 'pull_more'){
|
||||||
// todo 校验
|
item.dataValue = item.dataValue.join(',')
|
||||||
console.log(item[itemIn].list[0].dataValue,'item[itemIn].list[0].dataValue')
|
}
|
||||||
}
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user