Blame view

HHECS.Web/src/api/basicData/location.js 220 Bytes
王硕 authored
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
// 查询-GetPageLocations
export function GetPageLocations (data) {
    return request({
        url: '/api/Location/GetPageLocations',
        method: 'post',
        data
    })
}