update 优化流程实例接口全部按照业务id操作

This commit is contained in:
gssong
2024-05-31 22:11:25 +08:00
parent 2c9daae153
commit 58e6fdef78
6 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
size="small"
type="primary"
icon="Notification"
@click="handleCancelProcessApply(scope.row.processInstanceVo.id)"
@click="handleCancelProcessApply(scope.row.id)"
>撤销</el-button
>
</template>
+1 -1
View File
@@ -243,7 +243,7 @@ const handleStartWorkFlow = async (data: LeaveVO) => {
};
//审批记录
const handleApprovalRecord = () => {
approvalRecordRef.value.init(processInstanceId.value);
approvalRecordRef.value.init(form.value.id);
};
//提交回调
const submitCallback = async () => {