祁鹏飞 2 周之前
父節點
當前提交
04eae705d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/quoteConfig/project/modules/projectAdd.vue

+ 1 - 1
src/views/quoteConfig/project/modules/projectAdd.vue

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