hyingbo
2 天以前 c1a0709c92e9076d62367ca866332f7baa068678
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();
    })
  }