mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
refactor: 优化仪表板大屏定时报告预览预览
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user