|
@@ -226,20 +226,19 @@
|
|
|
let processTitle = `${this.userName} 在 ${this.moment(new Date()).format('YYYY-MM-DD HH:mm')} 发起了 [离职归档交接审批]`
|
|
|
this.taskService.getTaskDef({ procDefId: 'Process_1663572940585:6:ea3bdc78-37f5-11ed-84f6-f266559b56cb',
|
|
|
businessId: row.id,
|
|
|
- businessTable: 'dimission_handover_info',
|
|
|
- status: 'startAndHold'}).then((data) => {
|
|
|
+ businessTable: 'dimission_handover_info'}).then((data) => {
|
|
|
this.$router.push({
|
|
|
path: '/flowable/task/TaskForm',
|
|
|
query: {
|
|
|
procDefId: 'Process_1663572940585:6:ea3bdc78-37f5-11ed-84f6-f266559b56cb',
|
|
|
procDefKey: 'Process_1663572940585',
|
|
|
- status: 'startAndHold',
|
|
|
title: title,
|
|
|
formType: data.data.formType,
|
|
|
formUrl: data.data.formUrl,
|
|
|
formTitle: processTitle,
|
|
|
businessTable: 'dimission_handover_info',
|
|
|
- businessId: row.id
|
|
|
+ businessId: row.id,
|
|
|
+ routePath: '@views/modules/changes/dimission/DimissionHandoverForm'
|
|
|
}
|
|
|
})
|
|
|
})
|