Commit cf73b19f authored by 邓超's avatar 邓超

fix: 修改提交角色为post请求,arcgis升级

parent d8d76ea2
Pipeline #54655 passed with stages
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
"@esri/calcite-colors": "6.0.3", "@esri/calcite-colors": "6.0.3",
"@wisdom-cesium/cesium": "^1.0.78", "@wisdom-cesium/cesium": "^1.0.78",
"@wisdom-map/amap": "1.1.0-beta.34", "@wisdom-map/amap": "1.1.0-beta.34",
"@wisdom-map/arcgismap": "1.4.0-6", "@wisdom-map/arcgismap": "1.4.0-13",
"@wisdom-map/basemap": "1.1.0-2", "@wisdom-map/basemap": "1.1.0-2",
"ace-builds": "^1.4.12", "ace-builds": "^1.4.12",
"antd-img-crop": "^3.13.2", "antd-img-crop": "^3.13.2",
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* @Description: * @Description:
* @Author: leizhe * @Author: leizhe
* @Date: 2021-05-27 16:31:05 * @Date: 2021-05-27 16:31:05
* @LastEditTime: 2021-11-02 14:23:38 * @LastEditTime: 2022-07-06 10:41:35
* @LastEditors: leizhe * @LastEditors: dengchao 754083046@qq.com
*/ */
import { get, post, PUBLISH_SERVICE, CITY_SERVICE } from '@/services/index'; import { get, post, PUBLISH_SERVICE, CITY_SERVICE } from '@/services/index';
...@@ -16,7 +16,7 @@ export const editStation = params => get(`${PUBLISH_SERVICE}/UserCenter/EditStat ...@@ -16,7 +16,7 @@ export const editStation = params => get(`${PUBLISH_SERVICE}/UserCenter/EditStat
// 角色关联用户 // 角色关联用户
export const chooseUserToStation = (params, options) => export const chooseUserToStation = (params, options) =>
get(`${PUBLISH_SERVICE}/UserCenter/ChooseUserToStation?`, params, options); post(`${PUBLISH_SERVICE}/UserCenter/ChooseUserToStation?`, params, options);
// 获取所有角色信息 // 获取所有角色信息
export const getUserRelationList = params => export const getUserRelationList = params =>
......
...@@ -29,7 +29,7 @@ export const deleteStation = params => get(`${PUBLISH_SERVICE}/UserCenter/Delete ...@@ -29,7 +29,7 @@ export const deleteStation = params => get(`${PUBLISH_SERVICE}/UserCenter/Delete
export const editStation = params => get(`${PUBLISH_SERVICE}/UserCenter/EditStation`, params); export const editStation = params => get(`${PUBLISH_SERVICE}/UserCenter/EditStation`, params);
// 保存站点选择人员 // 保存站点选择人员
export const chooseUserToStation = (params, options) => export const chooseUserToStation = (params, options) =>
get(`${PUBLISH_SERVICE}/UserCenter/ChooseUserToStation?`, params, options); post(`${PUBLISH_SERVICE}/UserCenter/ChooseUserToStation?`, params, options);
// 获取人员 // 获取人员
export const getUserByStation = params => get(`${CITY_SERVICE}/OMS.svc/P_GetUserByStation`, params); export const getUserByStation = params => get(`${CITY_SERVICE}/OMS.svc/P_GetUserByStation`, params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment