审批流程驳回bug修复(task.js误提交到上个版本了,commit)

This commit is contained in:
xiaocp2009 2025-11-06 14:11:10 +08:00
parent 632708210c
commit 734c1f6f54

View File

@ -54,7 +54,8 @@ async function initDefault() {
startBackFormLoading();
startBackBtnLoading();
Object.assign(backModel, createBackModel());
const { error, data } = await fetchGetBackNode(props.task.definitionId, props.task.nodeCode);
//const { error, data } = await fetchGetBackNode(props.task.definitionId, props.task.nodeCode);
const { error, data } = await fetchGetBackNode(props.task.id, props.task.nodeCode);
endBackFormLoading();
endBackBtnLoading();
if (error) return;