From 1c26bd4ac7453b5f4a29f0e428893b5247a8fde8 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期二, 24 十月 2023 10:18:57 +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, 7 insertions(+), 1 deletions(-)
diff --git a/CanadaMes-ui/src/api/role.js b/CanadaMes-ui/src/api/role.js
index 55da730..14527eb 100644
--- a/CanadaMes-ui/src/api/role.js
+++ b/CanadaMes-ui/src/api/role.js
@@ -13,7 +13,13 @@
})
}
-
+export function saveOrUpdate2(data) {
+ return request({
+ url: '/api/role/saveOrUpdate2',
+ method: 'post',
+ data
+ })
+}
/**
* 鏍规嵁id鍒犻櫎瑙掕壊
--
Gitblit v1.8.0