From 55abd749631340b7fca49325a1102e82f1bb8586 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Sat, 8 Oct 2022 11:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E5=85=B8--=E6=95=B0=E6=8D=AE=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/system/dictType/index.js | 8 ++-- .../src/views/dictManage/dictMap.vue | 40 +++++++++++-------- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/anrui-system-ui/src/api/system/dictType/index.js b/anrui-system-ui/src/api/system/dictType/index.js index 0db9307174..501fea29e0 100644 --- a/anrui-system-ui/src/api/system/dictType/index.js +++ b/anrui-system-ui/src/api/system/dictType/index.js @@ -54,10 +54,12 @@ export function saveMappingList(data) { } // 数据字段--映射管理保存 -export function selectMappingListInfo(sid) { +export function selectMappingListInfo(data) { return request({ - url: '/portal/v1/sysmapping/selectMappingListInfo/' + sid, - method: 'get', + url: '/portal/v1/sysmapping/selectMappingListInfo', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json', 'token': tokens } }) } diff --git a/anrui-system-ui/src/views/dictManage/dictMap.vue b/anrui-system-ui/src/views/dictManage/dictMap.vue index 73d6ed96a3..ede63bc6ea 100644 --- a/anrui-system-ui/src/views/dictManage/dictMap.vue +++ b/anrui-system-ui/src/views/dictManage/dictMap.vue @@ -11,12 +11,12 @@
- +
[{{ dictionariesKey }}+{{dictionariesValue}}]映射列表
添加
- +