祁鹏飞 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,