hyingbo
13 小时以前 6ca4af64eda4d827adbe4cf4b5208b4e844ebddf
工具入库-选择申请单入库,选择入库单后查寻得却是所有入库单明细
已修改1个文件
2 ■■■ 文件已修改
src/views/tms/modules/inbound/InboundApplyDetailList.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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();
    })
  }