fix:问题优化

This commit is contained in:
zhouz
2024-06-29 10:48:17 +08:00
parent c053f7a2dd
commit 946857d454
7 changed files with 246 additions and 18 deletions

View File

@@ -32,17 +32,17 @@ export function changeActive(data) {
})
}
export function oneCreate(data) {
export function blurQuery(data) {
return request({
url: 'api/structattr/oneCreate',
url: 'api/structattr/blurQuery',
method: 'post',
data
})
}
export function blurQuery(data) {
export function oneCreate(data) {
return request({
url: 'api/structattr/blurQuery',
url: 'api/structattr/oneCreate',
method: 'post',
data
})