From 5b5a7dc636868ef2196ac3edd6add844006cab01 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 10 Sep 2026 13:02:51 +0800 Subject: [PATCH] =?UTF-8?q?2026-09-10=20=E7=89=A9=E6=96=99=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=A8=A1=E5=9D=97=E5=A2=9E=E5=8A=A0=E3=80=90=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=BC=96=E7=A0=81=E3=80=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/part/partInformation.js | 2 +- src/views/modules/part/partInformation.vue | 31 +++++++++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/src/api/part/partInformation.js b/src/api/part/partInformation.js index 742cdf5..f30e7ef 100644 --- a/src/api/part/partInformation.js +++ b/src/api/part/partInformation.js @@ -12,7 +12,7 @@ export const partInformationSave = data => createAPI(`/plm/partInformation/partI export const partInformationEdit = data => createAPI(`/plm/partInformation/partInformationEdit`,'post',data) // 自动保存编码 -export const updatePartDrawingNo = data => createAPI(`/plm/partInformation/updateDrawingNo`,'post',data) +export const updatePartDrawingNo = data => createAPI(`/plm/partInformation/updateDrawingNo`,'post',data, 120000) // 材料信息删除 export const partInformationDelete = data => createAPI(`/plm/partInformation/partInformationDelete`,'post',data, 120000) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index a40510e..ad89b09 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -168,7 +168,11 @@ - + +