From 058a11fb3ff22c77a152853794fe1aae13cee640 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期三, 06 十二月 2023 10:23:49 +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