Commit d11341ad by 李嘉林

修改

parent 2981c5e4
...@@ -143,11 +143,11 @@ export default { ...@@ -143,11 +143,11 @@ export default {
this.backPath = this.params.fromPagePath || "/"; this.backPath = this.params.fromPagePath || "/";
this.shopLogo = DFSImg(this.params.shopLogo, 40, 40); this.shopLogo = DFSImg(this.params.shopLogo, 40, 40);
// 是否有分销员信息 // 是否有分销员信息
if(params.spokesmanGroupId){ if(this.params.spokesmanGroupId){
this.$store.commit("setSpokesman", { this.$store.commit("setSpokesman", {
spokesmanGroupId: params.spokesmanGroupId, spokesmanGroupId: this.params.spokesmanGroupId,
spokesmanShopId: params.spokesmanShopId, spokesmanShopId: this.params.spokesmanShopId,
spokesmanRelId: params.spokesmanRelId spokesmanRelId: this.params.spokesmanRelId
}) })
} }
this.init(); 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