This commit is contained in:
faiz 2024-11-19 14:10:52 +08:00
parent 4014376426
commit da6c6dd539
1 changed files with 79 additions and 77 deletions

View File

@ -4092,7 +4092,7 @@ export default {
growth: 0.9 growth: 0.9
} }
]; ];
this.proportionList = val?proportionList:this.proportionList; this.proportionList = val ? proportionList : this.proportionList;
this.OneattrValue.map(item => { this.OneattrValue.map(item => {
let obj = this.proportionList.find( let obj = this.proportionList.find(
items => items.value == item.proportion items => items.value == item.proportion
@ -4537,7 +4537,9 @@ export default {
growth: 0.9 growth: 0.9
} }
]; ];
this.proportionList = this.formValidate.is_benefit ? proportionList : this.proportionList; this.proportionList = this.formValidate.is_benefit
? proportionList
: this.proportionList;
console.log(info.qualification); console.log(info.qualification);
if (info.svip_price_type != 0 && info.mer_svip_status) if (info.svip_price_type != 0 && info.mer_svip_status)
this.attrVal = { this.attrVal = {