Browse Source

2025-05-22

master
fengyuan_yang 8 months ago
parent
commit
adce96b4b4
  1. 2
      src/views/modules/part/partInformation.vue

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

@ -5081,7 +5081,7 @@
this.copyLoading = true this.copyLoading = true
copyPart(this.copyPartData).then(({data}) => { copyPart(this.copyPartData).then(({data}) => {
if (data && data.code === 0) { if (data && data.code === 0) {
this.searchData.partNo = this.copyPartData.partNo
this.searchData.ifsPartNo = this.copyPartData.partNo
this.getDataList() this.getDataList()
this.copyPartModelFlag = false this.copyPartModelFlag = false
if (this.modalData.flag === '3') { if (this.modalData.flag === '3') {

Loading…
Cancel
Save