@@ -151,7 +151,7 @@ export default {
createStockInPdItem({ids:JSON.stringify(ids)}).then(res=>{
uni.hideLoading()
if(res.code == 1){
- that.$util.pageTo({ url: '/pagesStorehouse/inventory/select?pdType=stockInPd&shopId='+this.getLoginInfo.shopId})
+ that.$util.pageTo({ url: '/pagesStorehouse/inventory/select?pdType=stockInPd&shopId='+this.getLoginInfo.shopId,type:2})
}
})
@@ -48,6 +48,7 @@ export default {
...mapGetters(["getLoginInfo"])
},
onShow() {
+ this._list()
onPullDownRefresh() {
this.resetList();