修改重新发起的传参
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -99,7 +99,7 @@ const tableInfo = ref({ | ... | @@ -99,7 +99,7 @@ const tableInfo = ref({ |
| 99 | label: '重新发起', | 99 | label: '重新发起', |
| 100 | click: (scope) => { | 100 | click: (scope) => { |
| 101 | tableInfo.value.loading = true; | 101 | tableInfo.value.loading = true; |
| 102 | crossPlatformApprove({ approveGuid: props.currentRowInfo.approveVO.approveGuid, guid: props.currentRowInfo.guid }).then((res: any) => { | 102 | crossPlatformApprove({ approveGuid: props.currentRowInfo.approveVO.approveGuid, guid: props.isBizGuid ? props.currentRowInfo.bizGuid : props.currentRowInfo.guid }).then((res: any) => { |
| 103 | tableInfo.value.loading = false; | 103 | tableInfo.value.loading = false; |
| 104 | if (res.code == proxy.$passCode) { | 104 | if (res.code == proxy.$passCode) { |
| 105 | proxy.$ElMessage({ | 105 | proxy.$ElMessage({ | ... | ... |
-
Please register or sign in to post a comment