Commit 0e3313ac authored by zhoumaotao's avatar zhoumaotao

页面调整4

parent c76ad1b9
......@@ -30,7 +30,14 @@ method: 'post',
data: query||{}
})
}
/* 启用、停用 */
export function setQt(query) {
return request({
url: '/aqgl/sbgl/sbxx/record/qt',
method: 'post',
data: query||{}
})
}
/* 使用状态查询 */
export function initUsed(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