新增科室预约工作时间维护页面

This commit is contained in:
py
2026-01-06 16:31:08 +08:00
parent b0850257c8
commit 3091fc7337
15 changed files with 2283 additions and 2 deletions

View File

@@ -24,3 +24,12 @@ export function cleanOperlog() {
method: 'delete'
})
}
// 新增操作日志
export function addLog(data) {
return request({
url: '/monitor/operlog',
method: 'post',
data
})
}