fix:指标界面的导出id修改

This commit is contained in:
2026-01-15 17:34:59 +08:00
parent 5c2c1de2da
commit 72693ac464

View File

@@ -274,7 +274,7 @@ const getFormConfigureFun = async () => {
};
} else {
excelParams.value = {
taskId: props.taskInfo.id,
taskId: props.taskInfo.uuid,
};
}
}