修改重新发起的传参
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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({ | ... | ... |
-
Please register or sign in to post a comment