交班记录

This commit is contained in:
魏啾
2024-07-30 15:46:02 +08:00
parent b88ae01878
commit 9317ec1dfa
3 changed files with 365 additions and 0 deletions

14
src/api/homes/record.js Normal file
View File

@@ -0,0 +1,14 @@
import request from '@/utils/request'
/**
* 查询交班记录
* @returns
*/
export function tbHandoverGet(leng) {
return request({
url: leng,
method: 'get'
})
}