From 5eeb4fd498e331262a26cce749ab3516a520ea97 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 26 Nov 2025 09:35:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20srm=20=E4=BF=AE=E6=94=B9=E8=AE=BA?= =?UTF-8?q?=E6=96=87=E5=AE=A1=E6=89=B9=20=E5=8F=8D=E5=AD=98=20=E8=AE=BA?= =?UTF-8?q?=E6=96=87=E5=8F=B0=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/srm/paperlist.vue | 1 + src/views/srm/paperse_form.vue | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/srm/paperlist.vue b/src/views/srm/paperlist.vue index b64c8bd5..6644c41e 100644 --- a/src/views/srm/paperlist.vue +++ b/src/views/srm/paperlist.vue @@ -377,6 +377,7 @@ export default { this.type = "edit"; this.editId = row.id; this.limitedVisible = true; + console.log('row--',row); this.addForm = Object.assign({}, row); }, async filerecordDel(row) { diff --git a/src/views/srm/paperse_form.vue b/src/views/srm/paperse_form.vue index 2a022fe2..6449e2b7 100644 --- a/src/views/srm/paperse_form.vue +++ b/src/views/srm/paperse_form.vue @@ -158,11 +158,10 @@ export default { if(that.localForm.ticket_?.state_?.name == '总经理审批'){ const papertData = { paper: that.localForm.id, - pa_type: that.localForm.pa_type, + pa_type: that.localForm.paper_type, author: that.localForm.author, organization: that.localForm.organization }; - console.log('7777777777',papertData) that.$API.srm.paperrecord.create.req(papertData); } if(that.localForm?.id){