Commit d11341ad by 李嘉林

修改

parent 2981c5e4
......@@ -143,11 +143,11 @@ export default {
this.backPath = this.params.fromPagePath || "/";
this.shopLogo = DFSImg(this.params.shopLogo, 40, 40);
// 是否有分销员信息
if(params.spokesmanGroupId){
if(this.params.spokesmanGroupId){
this.$store.commit("setSpokesman", {
spokesmanGroupId: params.spokesmanGroupId,
spokesmanShopId: params.spokesmanShopId,
spokesmanRelId: params.spokesmanRelId
spokesmanGroupId: this.params.spokesmanGroupId,
spokesmanShopId: this.params.spokesmanShopId,
spokesmanRelId: this.params.spokesmanRelId
})
}
this.init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment