src/views/reportForm/locationReport/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/warehouseManage/position/AddDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/reportForm/locationReport/index.vue
@@ -224,8 +224,8 @@ pageSize: this.pagerOptions.pageSize, keyWord:this.keyWord, } if(this.$route.params.positionId){ params.positionId=this.$route.params.positionId if(this.$route.params.locationId){ params.locationId=this.$route.params.locationId } this.getLocationData(params) } src/views/warehouseManage/position/AddDialog.vue
@@ -255,7 +255,7 @@ this.$router.push({ name: "locationReport", params: { positionId: this.editConfig.infomation.id locationId: this.editConfig.infomation.id } }) }