Commit b3f25202 authored by 李苏's avatar 李苏 💬

联动按钮

parent 63509351
import request from 'common/src/utils/request'
/* 隐患检查标准分类query */
export function bzflQuery(query) {
return request({
url: '/aqgl/yhgl/yhbzfl/query',
method: 'post',
data: query||{}
})
}
export function yhglAdd(query) {
return request({
url: '/aqgl/yhgl/yhbz/add',
method: 'post',
data: query||{}
})
}
export function yhglDelete(query) {
return request({
url: '/aqgl/yhgl/yhbz/delete',
method: 'post',
data: query||{}
})
}
export function yhglUpdate(query) {
return request({
url: '/aqgl/yhgl/yhbz/update',
method: 'post',
data: query||{}
})
}
export function yhglQuery(query) {
return request({
url: '/aqgl/yhgl/yhbz/query',
method: 'post',
data: query||{}
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment