From e228dc7b78fc4eba612586b351bfbcf2d6bff223 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 22 九月 2024 17:05:29 +0800
Subject: [PATCH] 修改了代码
---
ruoyi-ui/src/api/root/index.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ruoyi-ui/src/api/root/index.js b/ruoyi-ui/src/api/root/index.js
index bb39886..d245238 100644
--- a/ruoyi-ui/src/api/root/index.js
+++ b/ruoyi-ui/src/api/root/index.js
@@ -1,12 +1,12 @@
import request from '@/utils/request'
// 鑾峰彇瀹舵牴缃�
-export function listRoot(query) {
+export function listRoot(depth,clanId) {
// alert(3)
return request({
- url: '/self/user/root?depth='+query,
+ url: '/self/user/root?depth='+depth+'&clanId='+clanId,
method: 'get',
- // params: query
+ // params: query
})
}
@@ -38,7 +38,7 @@
})
}
-// 鑾峰彇瀹舵牴缃戞墍鏈夋垚鍛�
+// 鑾峰彇鎵�鏈夌敤鎴�
export function listRootAll(query) {
return request({
--
Gitblit v1.9.1