mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-19 21:57:51 +00:00
Merge branch 'gva_gormv2_dev' of https://github.com/flipped-aurora/gin-vue-admin into gva_workflow
Conflicts: server/api/v1/sys_work_flow.go server/service/sys_workflow.go
This commit is contained in:
@@ -58,10 +58,10 @@ export const getTable = (params) => {
|
||||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}"
|
||||
// @Router /autoCode/getColume [get]
|
||||
export const getColume = (params) => {
|
||||
// @Router /autoCode/getColumn [get]
|
||||
export const getColumn = (params) => {
|
||||
return service({
|
||||
url: "/autoCode/getColume",
|
||||
url: "/autoCode/getColumn",
|
||||
method: 'get',
|
||||
params,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user