src/views/tms/modules/inbound/InboundApplyDetailList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/tms/modules/inbound/InboundApplyDetailList.vue
@@ -138,7 +138,7 @@ }, mounted() { this.$bus.$on('getToolingStorageData', (data) => { this.queryParam.inboundOrderId = data.id; this.queryParam.inboundOrderId = data[0].id; this.searchQuery(); }) }