|
@@ -167,8 +167,8 @@ import {getAction, deleteAction, banli, postAction} from '@/api/manage'
|
|
|
updateHandle: '/act/reprocdef/update',
|
|
|
banli: '/service/completeTask',
|
|
|
banlijson: '/service/getTaskInfo',
|
|
|
- countineBl: '/service/act/completeTask',
|
|
|
- bohui: '/service/act/rejected'
|
|
|
+ countineBl: '/approval/handle',
|
|
|
+ bohui: '/approval/handle'
|
|
|
},
|
|
|
queryParam: {
|
|
|
category: '',
|
|
@@ -235,6 +235,7 @@ import {getAction, deleteAction, banli, postAction} from '@/api/manage'
|
|
|
p.formData = this.myjsonData;
|
|
|
p.formDataValue = this.myeditData;
|
|
|
p.excutionId= this.currentRecord.executionId;
|
|
|
+ p.flag=1
|
|
|
banli(this.url.countineBl,p).then(res => {
|
|
|
//console.log('转为模型', res);
|
|
|
this.searchQuery();
|
|
@@ -251,6 +252,7 @@ import {getAction, deleteAction, banli, postAction} from '@/api/manage'
|
|
|
let p = {};
|
|
|
p.taskId = this.currentRecord.taskId;
|
|
|
p.comment = this.mycomment;
|
|
|
+ p.flag=2
|
|
|
banli(this.url.bohui,p).then(res => {
|
|
|
//console.log('转为模型', res);
|
|
|
this.searchQuery();
|