|
|
@@ -198,7 +198,7 @@ export default {
|
|
|
this.pageInfo = res.data
|
|
|
uni.setNavigationBarTitle({title: this.pageInfo.name})
|
|
|
this.option.id = res.data.id;
|
|
|
- this.initGhsData(res.data.id);//采购-进店下单
|
|
|
+ this.initGhsData(res.data.id,shopId);//采购-进店下单
|
|
|
}).catch(err => {})
|
|
|
} else {
|
|
|
getGhsDataApi({id: this.option.id}).then(res => {
|