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