From ca9ae7aa8b8c7d554399e79ffcf963e79667a8ef Mon Sep 17 00:00:00 2001 From: shanao Date: Tue, 5 Nov 2024 16:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E4=B8=80=E8=88=AC?= =?UTF-8?q?=E9=9A=90=E6=82=A3=E6=8E=92=E6=9F=A5=E6=90=9C=E7=B4=A2=E9=A1=B9?= =?UTF-8?q?=20=E6=95=B4=E6=94=B9=E9=83=A8=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hiddenApi/publicMethod/list.vue | 24 ++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/views/hiddenApi/publicMethod/list.vue b/src/views/hiddenApi/publicMethod/list.vue index 3252e46..e180521 100644 --- a/src/views/hiddenApi/publicMethod/list.vue +++ b/src/views/hiddenApi/publicMethod/list.vue @@ -81,13 +81,23 @@ + + + + + + + - - 0) { + reorganizeDept.forEach(item => { deptIds = deptIds + ',' + item }) + } requestFN( '/hiddenApi/getList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { ...this.condform, hiddenVueType: this.hiddenVueType, + reorganizeDept: deptIds, STARTTIME: this.condform.creatTime[0], ENDTIME: this.condform.creatTime[1] }