|
@@ -114,7 +114,7 @@
|
|
//编辑货位
|
|
//编辑货位
|
|
toEdit(item){
|
|
toEdit(item){
|
|
const type = 'edit'
|
|
const type = 'edit'
|
|
- const params = Object.assign({shelfSn: this.shelfSn,shelfName: this.shelfName},item)
|
|
|
|
|
|
+ const params = Object.assign({shelfSn: this.shelfSn,shelfName: this.shelfName, shelfProductApiEntity: item},item)
|
|
this.$store.state.vuex_tempData = params
|
|
this.$store.state.vuex_tempData = params
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: "/pages/shelfSetting/editShelfHw?type=" + type
|
|
url: "/pages/shelfSetting/editShelfHw?type=" + type
|