From bc54c7d446993466f681f54fa5fe5bd18e77e607 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Fri, 30 Jan 2026 16:16:56 +0800 Subject: [PATCH] 1 --- utils/common.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utils/common.js b/utils/common.js index 438c4fb..8e08e70 100644 --- a/utils/common.js +++ b/utils/common.js @@ -463,6 +463,13 @@ export function initQueryFilter(OrgId, PageIndex, Limit, Sort, Order) { } }; } +export function extendSelectField(obj, clude) { + + if (!obj.SelectField) { + obj.SelectField = []; + } + obj.SelectField.push(clude); +} export function initFilter(OrgId, Keyword = "", Sort, Order, PageIndex = 1, Parameter1, Parameter2, Parameter3, Parameter4, Parameter5, Parameter6) {