fix:基础版本维护

This commit is contained in:
zhangzq
2025-07-29 16:37:27 +08:00
parent 091add5d89
commit b68a029c4b
11 changed files with 151 additions and 70 deletions

View File

@@ -32,6 +32,14 @@ export function getSect(params) {
})
}
export function getSectCode(params) {
return request({
url: 'api/sectattr/getSectCode',
method: 'get',
params
})
}
export function changeActive(data) {
return request({
url: 'api/sectattr/changeActive',
@@ -40,4 +48,4 @@ export function changeActive(data) {
})
}
export default { add, edit, del, getSect, changeActive }
export default { add, edit, del, getSect, getSectCode, changeActive }