增加自动化代码回滚功能

This commit is contained in:
pixel
2021-07-14 19:24:46 +08:00
parent f4275d9243
commit 065b0d711d
4 changed files with 25 additions and 2 deletions

View File

@@ -84,3 +84,11 @@ export const getMeta = (data) => {
data
})
}
export const delSysHistory = (data) => {
return service({
url: '/autoCode/delSysHistory',
method: 'post',
data
})
}