Browse Source

2025-05-29

1、Inventory同步后没有自动查询出来
2、刷新之后页面数据不出来
master
fengyuan_yang 8 months ago
parent
commit
3c3cbc241e
  1. 2
      src/views/modules/part/partInformation.vue

2
src/views/modules/part/partInformation.vue

@ -4950,7 +4950,7 @@
this.modalData.routingAlternativeList = this.routingAlternativeSelections
partInformationToOfficial(this.modalData).then(({data}) => {
if (data && data.code === 0) {
this.searchData.partNo = this.modalData.ifsPartNo
this.searchData.ifsPartNo = this.modalData.ifsPartNo
this.getDataList()
this.modalFlag = false
this.$message({

Loading…
Cancel
Save