From 163eb1091fb93611bc349f88785215d5dccd1ec6 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 28 Sep 2023 10:29:38 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=B7=A6=E4=BE=A7=E6=A0=91=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standard/EnterpriseStandardList.vue | 51 ++++++++++--------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue index 4f58682e..3fc86a75 100644 --- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue +++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue @@ -85,29 +85,32 @@ @change="tableOnChange"> @@ -260,7 +263,7 @@ export default { this.currentTreeNode = [record.key] this.currentTreeNodeCode = [record.nodeCode] this.searchParams.nodeCode = record.nodeCode - this.loadData() + this.loadData(1) }, // 左侧树点击新增 handleTreeAdd (record) {