jeecgBootUniapp/src/api/pages/duty/index.ts

9 lines
196 B
Vue
Raw Normal View History

2025-05-14 01:58:47 +00:00
import { http } from '@/utils/http';
2025-05-16 08:03:56 +00:00
export function getListApi(config : Object) { // 值班按月查看
2025-05-14 01:58:47 +00:00
return http({
url: '/zhgl_zbgl/zhglZbglZbb/list',
method: 'GET',
data: config
})
}