jeecgBootUniapp/src/api/pages/duty/index.ts
2025-05-16 16:03:56 +08:00

9 lines
196 B
Vue

import { http } from '@/utils/http';
export function getListApi(config : Object) { // 值班按月查看
return http({
url: '/zhgl_zbgl/zhglZbglZbb/list',
method: 'GET',
data: config
})
}