chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -83,7 +83,7 @@ export class EncapsulateApiServiceImpl implements EncapsulateApiService {
|
||||
|
||||
async getWorkflow(spaceId: string, workflowId: string, version?: string) {
|
||||
let json;
|
||||
// 有历史版本的场景获取历史版本的数据
|
||||
// Scenes with historical versions get historical versions of data
|
||||
if (version) {
|
||||
const res = await workflowApi.GetHistorySchema({
|
||||
space_id: spaceId,
|
||||
|
||||
Reference in New Issue
Block a user