|
@@ -268,13 +268,22 @@
|
|
|
},
|
|
},
|
|
|
/** 处理审批按钮 */
|
|
/** 处理审批按钮 */
|
|
|
handleAudit(row) {
|
|
handleAudit(row) {
|
|
|
- this.$refs.detailRef.open({
|
|
|
|
|
|
|
+ const params = {
|
|
|
|
|
+ ...row,
|
|
|
processInstance: {
|
|
processInstance: {
|
|
|
id: row.processInstanceId
|
|
id: row.processInstanceId
|
|
|
},
|
|
},
|
|
|
businessId:row.vals.businessId,
|
|
businessId:row.vals.businessId,
|
|
|
pcViewRouter: row.pcViewRouter
|
|
pcViewRouter: row.pcViewRouter
|
|
|
- });
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ // this.$refs.detailRef.open({
|
|
|
|
|
+ // processInstance: {
|
|
|
|
|
+ // id: row.processInstanceId
|
|
|
|
|
+ // },
|
|
|
|
|
+ // businessId:row.vals.businessId,
|
|
|
|
|
+ // pcViewRouter: row.pcViewRouter
|
|
|
|
|
+ // });
|
|
|
|
|
+ this.$refs.detailRef.open(params);
|
|
|
},
|
|
},
|
|
|
getTimelineItemType(result) {
|
|
getTimelineItemType(result) {
|
|
|
if (result === '通过') {
|
|
if (result === '通过') {
|