From 512d666c5153417169eb015fb277783bb499dc85 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 18 Apr 2025 10:33:06 +0800 Subject: [PATCH] =?UTF-8?q?2025-04-18=20Bom=E5=A4=8D=E5=88=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/part_create.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/part/part_create.vue b/src/views/modules/part/part_create.vue index d059163..e31cca3 100644 --- a/src/views/modules/part/part_create.vue +++ b/src/views/modules/part/part_create.vue @@ -2157,10 +2157,12 @@ export default { return } this.saveLoading = true + console.log(this.modalData) if (this.modalData.flag === '1') { savePartInfo(this.modalData).then(({data}) => { if (data && data.code === 0) { this.modalData = data.rows + this.modalData.flag = '1' this.modalData.title = '物料编辑' if (isClose) { // 保存