d290190e by lihua

修改重新发起的传参

1 parent 55d10a93
......@@ -99,7 +99,7 @@ const tableInfo = ref({
label: '重新发起',
click: (scope) => {
tableInfo.value.loading = true;
crossPlatformApprove({ approveGuid: props.currentRowInfo.approveVO.approveGuid, guid: props.currentRowInfo.guid }).then((res: any) => {
crossPlatformApprove({ approveGuid: props.currentRowInfo.approveVO.approveGuid, guid: props.isBizGuid ? props.currentRowInfo.bizGuid : props.currentRowInfo.guid }).then((res: any) => {
tableInfo.value.loading = false;
if (res.code == proxy.$passCode) {
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!