|
|
@ -154,7 +154,7 @@ export default { |
|
|
|
try{ |
|
|
|
util.showLoad(); |
|
|
|
let _brandInfo = await this.$store.dispatch('getBrandInfo'); |
|
|
|
await this.$store.dispatch('getStoreList', { stadium_id: +options.stadium_id || '' }); |
|
|
|
await this.$store.dispatch('getStoreList', { stadium_id: +options.stadium_id || '', storeChange: true }); |
|
|
|
let { curStoreInfo } = this; |
|
|
|
this.getHardwareTypeList(curStoreInfo.id); |
|
|
|
this.getOuxuanacInfo(curStoreInfo.device_name); |
|
|
|