소스 검색

报价-驾意险份数按方案配置的份数默认值显示

祁鹏飞 1 개월 전
부모
커밋
2a143a8a95
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/views/insurancePolicy/index.vue

+ 0 - 3
src/views/insurancePolicy/index.vue

@@ -2879,9 +2879,6 @@ const getJYXDetail = (row: any) => {
 }
 const handleDrivingClose = (data: any) => {
   if (data && data.list.length > 0) {
-    data.list.forEach((a: any) => {
-      a.quantity = 1
-    })
     const quoteItem = quoteData.value[drivingRow.value]
     if (quoteItem && quoteItem.projectList && quoteItem.productIndex !== undefined) {
       const project = quoteItem.projectList[quoteItem.productIndex]