From 287b8120dce4cb364862dc0e7f7e6a829f8afec4 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 21 Oct 2024 18:40:29 +0800 Subject: [PATCH] =?UTF-8?q?12345=E4=BA=8B=E4=BB=B6=E6=8C=87=E6=B4=BE?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=A0=91=E5=8A=A0=E4=B8=8A=E4=B8=80=E5=B1=82?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0parentSkip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/event/cpts/process-form-assign.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue index fd4fb5cd3..8f42034c9 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue @@ -184,7 +184,8 @@ export default { const url = "/gov/org/customeragency/agencyGridDepttree" let params = { agencyId: this.agencyId, - purpose: "query" + purpose: "query", + parentSkip:1 } const { data, code, msg } = await requestPost(url, params) if (code === 0) {