7c5daf18 by 杨威

新建成功传入ywbsm

1 parent 9d14d5af
......@@ -349,6 +349,7 @@ export default {
path: '/zd', query:{
source: 2,
bsm:res.processInstance.title,
ywbsm:res.processInstance.businessId,
workitemInstanceId:res.workitemInstance.id
}
});
......@@ -422,6 +423,7 @@ export default {
path: '/zrz', query:{
source: 1,
bsm:res.processInstance.title,
ywbsm:res.processInstance.businessId,
workitemInstanceId:res.workitemInstance.id,
auth: '0,1,2'
}
......@@ -550,6 +552,7 @@ export default {
path: '/dz', query:{
source: 1,
bsm:res.processInstance.title,
ywbsm:res.processInstance.businessId,
workitemInstanceId:res.workitemInstance.id,
auth: '0,1,2'
}
......