diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 612ecc5..4ce1cf8 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -1444,7 +1444,7 @@ - + @@ -4983,6 +4983,7 @@ this.modalData.routingAlternativeList = this.routingAlternativeSelections partInformationToOfficial(this.modalData).then(({data}) => { if (data && data.code === 0) { + this.searchData.partNo = this.modalData.ifsPartNo this.getDataList() this.modalFlag = false this.$message({ @@ -5119,6 +5120,7 @@ this.copyLoading = true copyPart(this.copyPartData).then(({data}) => { if (data && data.code === 0) { + this.searchData.partNo = this.copyPartData.partNo this.getDataList() this.copyPartModelFlag = false if (this.modalData.flag === '3') {