7c5daf18 by 杨威

新建成功传入ywbsm

1 parent 9d14d5af
...@@ -349,6 +349,7 @@ export default { ...@@ -349,6 +349,7 @@ export default {
349 path: '/zd', query:{ 349 path: '/zd', query:{
350 source: 2, 350 source: 2,
351 bsm:res.processInstance.title, 351 bsm:res.processInstance.title,
352 ywbsm:res.processInstance.businessId,
352 workitemInstanceId:res.workitemInstance.id 353 workitemInstanceId:res.workitemInstance.id
353 } 354 }
354 }); 355 });
...@@ -422,6 +423,7 @@ export default { ...@@ -422,6 +423,7 @@ export default {
422 path: '/zrz', query:{ 423 path: '/zrz', query:{
423 source: 1, 424 source: 1,
424 bsm:res.processInstance.title, 425 bsm:res.processInstance.title,
426 ywbsm:res.processInstance.businessId,
425 workitemInstanceId:res.workitemInstance.id, 427 workitemInstanceId:res.workitemInstance.id,
426 auth: '0,1,2' 428 auth: '0,1,2'
427 } 429 }
...@@ -550,6 +552,7 @@ export default { ...@@ -550,6 +552,7 @@ export default {
550 path: '/dz', query:{ 552 path: '/dz', query:{
551 source: 1, 553 source: 1,
552 bsm:res.processInstance.title, 554 bsm:res.processInstance.title,
555 ywbsm:res.processInstance.businessId,
553 workitemInstanceId:res.workitemInstance.id, 556 workitemInstanceId:res.workitemInstance.id,
554 auth: '0,1,2' 557 auth: '0,1,2'
555 } 558 }
......