diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index e7e2781..ecbfd03 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -5081,7 +5081,7 @@ this.copyLoading = true copyPart(this.copyPartData).then(({data}) => { if (data && data.code === 0) { - this.searchData.partNo = this.copyPartData.partNo + this.searchData.ifsPartNo = this.copyPartData.partNo this.getDataList() this.copyPartModelFlag = false if (this.modalData.flag === '3') {