From e1ecc186e3cfdde0faf7ea1fc296b509cf11193c Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 21 三月 2024 10:02:56 +0800 Subject: [PATCH] 合同取消配置,违约规则配置分数 --- src/api/system/role.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/api/system/role.js b/src/api/system/role.js index f13e6f4..3e28128 100644 --- a/src/api/system/role.js +++ b/src/api/system/role.js @@ -56,7 +56,13 @@ data: data }) } - +// 鍒囨崲瑙掕壊 +export function exchangeRole(roleId) { + return request({ + url: '/system/role/exchange/'+ roleId, + method: 'get', + }) +} // 鍒犻櫎瑙掕壊 export function delRole(roleId) { return request({ -- Gitblit v1.8.0