fix:指标界面的导出id修改
This commit is contained in:
@@ -274,7 +274,7 @@ const getFormConfigureFun = async () => {
|
||||
};
|
||||
} else {
|
||||
excelParams.value = {
|
||||
taskId: props.taskInfo.id,
|
||||
taskId: props.taskInfo.uuid,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user