This commit is contained in:
parent
4014376426
commit
da6c6dd539
|
@ -4537,7 +4537,9 @@ export default {
|
|||
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);
|
||||
if (info.svip_price_type != 0 && info.mer_svip_status)
|
||||
this.attrVal = {
|
||||
|
|
Loading…
Reference in New Issue