This commit is contained in:
2026-01-21 18:57:23 +08:00
3 changed files with 249 additions and 706 deletions

View File

@@ -70,6 +70,14 @@ export function backoutRecord(data) {
data: data
})
}
// 一键入库
export function recordFinish(data) {
return request({
url: '/wisdom/record/finish',
method: 'post',
data: data
})
}