From 52f4caf3a42d2bcc01a779b747128008ca8a18fe Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 11 Sep 2025 11:30:36 +0800 Subject: [PATCH] 2025-09-11 --- src/views/modules/part/partInformation.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 2489ec1..80363e8 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -4947,6 +4947,11 @@ this.saveLoading = false }) } else { + this.modalData.mainInfoFlag = this.mainInfoFlag + this.modalData.costsInfoFlag = this.costsInfoFlag + this.modalData.manufacturingInfoFlag = this.manufacturingInfoFlag + this.modalData.planningInfoFlag = this.planningInfoFlag + this.modalData.partItemInfoFlag = this.partItemInfoFlag partInformationEdit(this.modalData).then(({data}) => { if (data && data.code === 0) { this.searchData.plmPartNo = this.modalData.plmPartNo