From aa6be631961866afbee6b866b1fbb84a50da3910 Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期三, 02 八月 2023 12:20:01 +0800 Subject: [PATCH] 1、通用查询数据类型报错问题。 2、通用更新列重复问题。 --- 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