diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 6d9d9a3..612ecc5 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -5080,10 +5080,14 @@ createBy: this.$store.state.user.name, ifsPartNo: '', fromPartSite: this.modalData.site, - fromPartNo: this.modalData.partNo, - fromPartDesc: this.modalData.partDesc, + fromPartNo: '', + fromPartDesc: '', copyFlag: '' } + if (this.modalData.flag !== '3') { + this.copyPartData.fromPartNo = this.modalData.partNo + this.copyPartData.fromPartDesc = this.modalData.partDesc + } this.copyPartModelFlag = true },