|
|
@@ -881,9 +881,9 @@ const save = async (ProjectAddRef: FormInstance | undefined) => {
|
|
|
}
|
|
|
item.drivingIntentionList.push(obj)
|
|
|
})
|
|
|
- const arr = Array.isArray(ins.moneyId) ? ins.moneyId : [ins.moneyId]
|
|
|
// 处理险种数据
|
|
|
item.tableData.forEach(ins => {
|
|
|
+ const arr = Array.isArray(ins.moneyId) ? ins.moneyId : [ins.moneyId]
|
|
|
let obj = {
|
|
|
id: ins.id,
|
|
|
insuranceId: ins.insuranceId,
|