File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
292
292
} ,
293
293
{
294
294
path : 'process-instance/detail' ,
295
- component : ( ) => import ( '@/views/bpm/processInstance/detail/index_new.vue' ) ,
295
+ // component: () => import('@/views/bpm/processInstance/detail/index_new.vue'), // TODO 芋艿:新审批界面,已适配 simple 模式,未来会适配 bpmn 模式
296
+ component : ( ) => import ( '@/views/bpm/processInstance/detail/index.vue' ) ,
296
297
name : 'BpmProcessInstanceDetail' ,
297
298
meta : {
298
299
noCache : true ,
@@ -301,13 +302,11 @@ const remainingRouter: AppRouteRecordRaw[] = [
301
302
title : '流程详情' ,
302
303
activeMenu : '/bpm/task/my'
303
304
} ,
304
- props : route => (
305
- {
306
- id : route . query . id ,
307
- taskId : route . query . taskId ,
308
- activityId : route . query . activityId
309
- }
310
- )
305
+ props : ( route ) => ( {
306
+ id : route . query . id ,
307
+ taskId : route . query . taskId ,
308
+ activityId : route . query . activityId
309
+ } )
311
310
} ,
312
311
{
313
312
path : 'oa/leave/create' ,
You can’t perform that action at this time.
0 commit comments