9 lines
187 B
Vue
9 lines
187 B
Vue
![]() |
import { http } from '@/utils/http';
|
||
|
|
||
|
export function getListApi(config) { // 值班按月查看
|
||
|
return http({
|
||
|
url: '/zhgl_zbgl/zhglZbglZbb/list',
|
||
|
method: 'GET',
|
||
|
data: config
|
||
|
})
|
||
|
}
|