refactor: 优化仪表板大屏定时报告预览预览

This commit is contained in:
wangjiahao
2024-06-27 10:21:43 +08:00
parent f8e277b292
commit dcbaca5821
5 changed files with 26 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ export const findCopyResource = async (dvId, busiFlag): Promise<IResponse> => {
export const findById = async (
dvId,
busiFlag,
attachInfo = { source: 'main' }
attachInfo = { source: 'main', taskId: null }
): Promise<IResponse> => {
let busiFlagResult = busiFlag
if (!busiFlagResult) {