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

9 lines
187 B
Vue
Raw Normal View History

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