d290190e by lihua

修改重新发起的传参

1 parent 55d10a93
...@@ -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({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!