From adce96b4b407478148901ec483bcfe40d25b62ca Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 22 May 2025 20:53:44 +0800 Subject: [PATCH] 2025-05-22 --- src/views/modules/part/partInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {