|
@@ -62,9 +62,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
computed:{
|
|
computed:{
|
|
|
...mapGetters(["getMyShopInfo"]),
|
|
...mapGetters(["getMyShopInfo"]),
|
|
|
- ...mapState({
|
|
|
|
|
- userShopAll:state=>state.user.userShopAll
|
|
|
|
|
- }),
|
|
|
|
|
|
|
+ ...mapState({userShopAll:state=>state.user.userShopAll}),
|
|
|
},
|
|
},
|
|
|
mounted(){
|
|
mounted(){
|
|
|
this.shopList = this.userShopAll.map(i=>({...i,name:i.shopName}))
|
|
this.shopList = this.userShopAll.map(i=>({...i,name:i.shopName}))
|