From 518f6efefe510f45176076261f49e0fa1bc40a07 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 25 八月 2023 11:06:42 +0800
Subject: [PATCH] 处理basemodel,bean里面遇到字段相同且map里面数据为空,则使用bean里面的值
---
Source/UBCS-WEB/src/api/system/dept.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/api/system/dept.js b/Source/UBCS-WEB/src/api/system/dept.js
index d05c15d..9f41441 100644
--- a/Source/UBCS-WEB/src/api/system/dept.js
+++ b/Source/UBCS-WEB/src/api/system/dept.js
@@ -12,13 +12,15 @@
})
}
-export const getLazyList = (parentId, params) => {
+export const getLazyList = (parentId, params,current, size,) => {
return request({
url: '/api/ubcs-system/dept/lazy-list',
method: 'get',
params: {
...params,
- parentId
+ parentId,
+ current,
+ size
}
})
}
--
Gitblit v1.9.3