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) {