From 9990cefc917c13f98cdcd222b38890286ebb9308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 31 Oct 2023 16:31:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B5=84=E6=96=99=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profileCenter/ProfileCenterList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index bd6c37b7..cd1519b3 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -270,7 +270,7 @@ export default { * @param dataRef */ handleSelectTreeNode ({ dataRef }) { - this.selectedTreeKeys = [dataRef.key] + this.selectedTreeKeys = [dataRef.id] this.loadData(1) }, modalFormOk () { @@ -342,6 +342,7 @@ export default { param.field = this.getQueryField() param.pageNo = this.ipagination.current param.pageSize = this.ipagination.pageSize + param.folderId = this.selectedTreeKeys.join(',') Object.keys(param).forEach(val => { if (param[val] instanceof Array) { param[val] = param[val].join(',')