增加自动化代码管理页面

This commit is contained in:
pixel
2021-07-13 19:45:21 +08:00
parent 982c4f4d67
commit e0f314d862
7 changed files with 119 additions and 5 deletions

View File

@@ -60,3 +60,11 @@ export const getColumn = (params) => {
params
})
}
export const getSysHistory = (data) => {
return service({
url: '/autoCode/getSysHistory',
method: 'post',
data
})
}