|
|
@@ -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>
|