rev: 代码错乱修改

This commit is contained in:
2023-05-24 09:27:37 +08:00
parent ba72c43ab6
commit d5d4f74b5c
16 changed files with 356 additions and 74 deletions

View File

@@ -27,7 +27,7 @@ export function edit(data) {
export function getSect(data) {
return request({
url: 'api/sectattr/getSect',
method: 'get',
method: 'post',
data
})
}