From 279fe9a0444b3bd7bfb66f5e7f4922869f02593e Mon Sep 17 00:00:00 2001 From: chenyibo <p-honggang.li@pcitc.com> Date: 星期二, 30 三月 2021 16:38:02 +0800 Subject: [PATCH] 1.修改格式问题 --- src/api/request.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index 445b185..38364ca 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -15,3 +15,10 @@ } }) } +export function requestWasteWater (data = {}) { + return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { + headers: { + 'Content-Type': 'application/json' + } + }) +} -- Gitblit v1.8.0