cuilei
6 天以前 8b6b7aa7e4f2ae6ec14514875b559aa6890f3b1e
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();
    })
  }