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){