0d407c22 by lihua

修改重新发起的传参

1 parent a46784e5
...@@ -103,7 +103,7 @@ const tableInfo = ref({ ...@@ -103,7 +103,7 @@ const tableInfo = ref({
103 label: '重新发起', 103 label: '重新发起',
104 click: (scope) => { 104 click: (scope) => {
105 tableInfo.value.loading = true; 105 tableInfo.value.loading = true;
106 crossPlatformApprove({ approveGuid: props.currentRowInfo.approveVO.approveGuid, guid: props.currentRowInfo.guid }).then((res: any) => { 106 crossPlatformApprove({ approveGuid: props.currentRowInfo.approveVO.approveGuid, guid: props.isBizGuid ? props.currentRowInfo.bizGuid : props.currentRowInfo.guid }).then((res: any) => {
107 tableInfo.value.loading = false; 107 tableInfo.value.loading = false;
108 if (res.code == proxy.$passCode) { 108 if (res.code == proxy.$passCode) {
109 proxy.$ElMessage({ 109 proxy.$ElMessage({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!