Просмотр исходного кода

单交费用在没有保存的情况下,直接创建交三或者交商的费用,规则直接就复制了单交

祁鹏飞 2 месяцев назад
Родитель
Сommit
110340ae28
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/quoteConfig/agreement/components/ruleFeeDialog.vue

+ 2 - 1
src/views/quoteConfig/agreement/components/ruleFeeDialog.vue

@@ -435,6 +435,7 @@ const checkArrayValues = <T, K extends keyof T>(arr: T[]) => {
 const addRuleCondition = (index: number, Costindex: number) => {
   insuranceTypeIndex.value = index;
   feeIndex.value = Costindex;
+  echoResponse.value = ruleFeeinfo.value[insuranceTypeIndex.value].ptlAgreementCostAddList[feeIndex.value].ruleConditions;
   ruleConditionVisible.value = true;
   RuleConditionRefs.value.ruleAttr(props.agreementInfo.companyId)
 }
@@ -631,4 +632,4 @@ const feeItemDel = (index: number, Costindex: number) => {
 :deep(.ruleFeetabs>.el-tabs__content) {
   position: static;
 }
-</style>
+</style>