公告板
版本库
filestore
活动
搜索
登录
刑川
/
SewerAndRainNetwork
派生自
wuyushui/SewerAndRainNetwork
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
文
chenzeping
2021-03-29
58737013341e2363b39a33fea150f72ebd37cfc1
[~xingchuan/SewerAndRainNetwork.git]
/
src
/
api
/
request.js
1
2
3
4
5
6
7
8
9
10
import $http from '@utils/axios'
import Qs from 'qs'
export const QueryStoragePlaceListByCompanyAndName = (data = {}) => {
return $http.post('/EPInterface/DataService/EPMapService.asmx/QueryStoragePlaceListByCompanyAndName', Qs.stringify(data), {
headers: {
'Content-Type': 'application/json'
}
})
}