Przeglądaj źródła

选择方案提示音优化

祁鹏飞 1 miesiąc temu
rodzic
commit
ac0d04f2d3
1 zmienionych plików z 1 dodań i 1 usunięć
  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 product = element.projectList?.find((v, index) => element.productIndex === index)
     if (!product) {
-      ElMessage.warning('请选择方案')
+      ElMessage.warning(`请选择${element.nameSimple}方案`)
       return
     }
     const noMatchObj = product.drivings.find(v => v.minQuantity && Number(v.quantity ?? 0) < Number(v.minQuantity))