代码生成增加预览功能、其他功能优化
This commit is contained in:
@@ -94,6 +94,13 @@ export function updateGenTable(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 预览生成代码
|
||||
export function previewTable(tableId) {
|
||||
return request({
|
||||
url: '/tool/gen/preview/' + tableId,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// /**
|
||||
// *
|
||||
|
||||
Reference in New Issue
Block a user