From 35995b736c9c472bf5e882b6e66fad156a5b728f Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Fri, 25 Aug 2023 11:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BE=8B=E7=BB=84=E7=BB=87=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=A6=81=E6=AD=A2=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Caseess.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/report/Caseess.vue b/src/views/report/Caseess.vue index a2ac1bb9..2d207078 100644 --- a/src/views/report/Caseess.vue +++ b/src/views/report/Caseess.vue @@ -39,7 +39,7 @@ v-model:value="orgId" style="width: 100%" placeholder="请选择归属组织" - :allowClear="allowClear" + :allowClear = false :fieldNames="{ label: 'orgName', value: 'organizationId', @@ -162,7 +162,6 @@ export default { state.option = res.data?.result.orgTreeList; state.orgId = res.data?.result.treeNodeList; state.resetOrgId = res.data?.result.treeNodeList; - state.allowClear = true; getTableData(); } };