新增科室预约工作时间维护页面
This commit is contained in:
@@ -24,3 +24,12 @@ export function cleanOperlog() {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增操作日志
|
||||
export function addLog(data) {
|
||||
return request({
|
||||
url: '/monitor/operlog',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user