shish il y a 3 ans
Parent
commit
1e42fa39d0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      ghsApp/src/pagesStorehouse/inventory/update.vue

+ 2 - 1
ghsApp/src/pagesStorehouse/inventory/update.vue

@@ -134,7 +134,8 @@ export default {
 		},
 		gotoSelectPage() {
 			let pdType = this.option.pdType ? this.option.pdType: ''
-			uni.navigateTo({ url:"/pagesStorehouse/inventory/select?pdType="+pdType,type:2})
+			let shopId = this.option.shopId || 0
+			this.$util.pageTo({url:"/pagesStorehouse/inventory/select?pdType="+pdType+"&shopId="+shopId,type:2})
 		},
 		getInfo(){
 			return currentShop().then(res => {