From 1849146c0049ccbcd404f7ac97311062d8d3c5eb Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 22 一月 2024 08:28:21 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 CanadaMes-ui/src/api/role.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/CanadaMes-ui/src/api/role.js b/CanadaMes-ui/src/api/role.js
index cd6183e..14527eb 100644
--- a/CanadaMes-ui/src/api/role.js
+++ b/CanadaMes-ui/src/api/role.js
@@ -13,6 +13,14 @@
     })
 }
 
+export function saveOrUpdate2(data) {
+    return request({
+        url: '/api/role/saveOrUpdate2',
+        method: 'post',
+        data
+    })
+}
+
 /**
  * 鏍规嵁id鍒犻櫎瑙掕壊
  * @param data

--
Gitblit v1.8.0