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,
|
||||
|
||||
@@ -5,10 +5,13 @@ import { useQuery } from '@tanstack/vue-query';
|
||||
import { jsonp, request } from '@vtj/utils';
|
||||
import { createProvider } from '@vtj/web';
|
||||
import { ElLoading } from 'element-plus';
|
||||
import { Url } from 'licia-es';
|
||||
import Postmate from 'postmate';
|
||||
|
||||
import { LowCodeService } from './service';
|
||||
|
||||
console.log('Url', Url);
|
||||
|
||||
// 文件加载时,清空一次 sessionStorage
|
||||
sessionStorage.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user