代码生成器的下载功能,完成~

This commit is contained in:
YunaiV
2021-02-10 19:05:22 +08:00
parent 6ca92b0efc
commit 54c98c3a44
4 changed files with 13 additions and 70 deletions

View File

@ -30,7 +30,7 @@ export function updateCodegen(data) {
export function previewCodegen(tableId) {
return request({
url: '/tool/codegen/preview?tableId=' + tableId,
method: 'get'
method: 'get',
})
}