修复:共创股东等级信息可能查询错误,导致显示其他类型商户的共创股东等级
This commit is contained in:
parent
5e9ccf2506
commit
316d9a7383
|
|
@ -173,7 +173,7 @@ export default {
|
||||||
merShareholderMerInfo(_this.shopMerId).then(res => {
|
merShareholderMerInfo(_this.shopMerId).then(res => {
|
||||||
let data = res.data || {};
|
let data = res.data || {};
|
||||||
_this.mer_info = data;
|
_this.mer_info = data;
|
||||||
_this.merchant_type = data.merchant_type || '';
|
_this.merchant_type = data.merchant_type;
|
||||||
_this.getLevelList();
|
_this.getLevelList();
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue