hyingbo
6 天以前 57ec2038f86f47a87db6b73c0c6eb27c1c25b08e
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();
    })
  }