This commit is contained in:
parent
4014376426
commit
da6c6dd539
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue