fix : srm 修改论文审批 反存 论文台账
This commit is contained in:
parent
00dd3473dc
commit
5eeb4fd498
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue