增加自动化代码回滚功能
This commit is contained in:
@@ -84,3 +84,11 @@ export const getMeta = (data) => {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export const delSysHistory = (data) => {
|
||||
return service({
|
||||
url: '/autoCode/delSysHistory',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user