门诊医生站-》开立诊断 页面调整

This commit is contained in:
itcast
2026-01-16 16:32:36 +08:00
parent be0514bc08
commit 8fcfb481c9
83 changed files with 3808 additions and 2205 deletions

View File

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