祁鹏飞 1 месяц назад
Родитель
Сommit
ac0d04f2d3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/insurancePolicy/index.vue

+ 1 - 1
src/views/insurancePolicy/index.vue

@@ -3423,7 +3423,7 @@ const validate = async (quoteList) => {
     const element = quoteList[i];
     const element = quoteList[i];
     const product = element.projectList?.find((v, index) => element.productIndex === index)
     const product = element.projectList?.find((v, index) => element.productIndex === index)
     if (!product) {
     if (!product) {
-      ElMessage.warning('请选择方案')
+      ElMessage.warning(`请选择${element.nameSimple}方案`)
       return
       return
     }
     }
     const noMatchObj = product.drivings.find(v => v.minQuantity && Number(v.quantity ?? 0) < Number(v.minQuantity))
     const noMatchObj = product.drivings.find(v => v.minQuantity && Number(v.quantity ?? 0) < Number(v.minQuantity))