From a52dd390d86c6eb6145066f5ff86ef04a5df471e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Wed, 11 Sep 2024 10:28:47 +0800 Subject: [PATCH] 0911 --- src/hooks/web/common.ts | 3 +-- .../baseinfo/infoclient/ReleaseType/index.vue | 15 +++++++++++- .../infoclient/TenantAuditStepModal.vue | 6 ++--- src/views/baseinfo/infoclient/tabs3/index.vue | 19 ++++++++------- src/views/system/org/columns.tsx | 24 ++++++++++++------- src/views/system/org/index.vue | 9 +++---- 6 files changed, 48 insertions(+), 28 deletions(-) diff --git a/src/hooks/web/common.ts b/src/hooks/web/common.ts index 37f4db94..11e79329 100644 --- a/src/hooks/web/common.ts +++ b/src/hooks/web/common.ts @@ -135,9 +135,8 @@ export function updateFormItem(updateSchema, formNo) { // 返回表格查询的参数 multipleList(需要多选查询的字段名数组) export function formatParams(params = {}, equal: any = [], otherQuery: any = []) { - const postData = { + const postData:any = { queryCondition: '', - otherQueryCondition: {}, pageCondition: { pageIndex: params?.page, pageSize: params?.pageSize, diff --git a/src/views/baseinfo/infoclient/ReleaseType/index.vue b/src/views/baseinfo/infoclient/ReleaseType/index.vue index 04970ea4..a47a9325 100644 --- a/src/views/baseinfo/infoclient/ReleaseType/index.vue +++ b/src/views/baseinfo/infoclient/ReleaseType/index.vue @@ -2,7 +2,7 @@