|
|
@@ -137,6 +137,9 @@ export default {
|
|
|
onShow() {
|
|
|
console.log('拿到选择商品列表', this.selectList);
|
|
|
},
|
|
|
+ onLoad(){
|
|
|
+ this.form.inShopId = this.getLoginInfo.shopId;
|
|
|
+ },
|
|
|
methods: {
|
|
|
...mapActions(["resetSelectInfoByType"]),
|
|
|
/**
|
|
|
@@ -147,7 +150,7 @@ export default {
|
|
|
},
|
|
|
async init() {
|
|
|
// this.form.inShopId = this.userInfo.id;
|
|
|
- this.form.inShopId = this.getLoginInfo.shopId;
|
|
|
+
|
|
|
},
|
|
|
gotoSelectPage() {
|
|
|
uni.navigateTo({
|