fix: 修复接口入参类型错误
This commit is contained in:
@@ -164,7 +164,7 @@ export class LowCodeService extends BaseService {
|
||||
throw error;
|
||||
})
|
||||
: createFile({
|
||||
project_id: initProject.id,
|
||||
project_id: Number(initProject.id),
|
||||
publish: false,
|
||||
active: true,
|
||||
dsl: file,
|
||||
|
||||
Reference in New Issue
Block a user