|
|
@@ -1300,6 +1300,7 @@ export default {
|
|
|
cityName: this.fromValue.cityName,
|
|
|
districtName: this.fromValue.districtName,
|
|
|
ifJzStoreType: ifJzStoreType,
|
|
|
+ storeId: this.$route.query.id,
|
|
|
}).then((res) => {
|
|
|
this.storeCategoryList = res.data.storeCategoryList;
|
|
|
});
|