From bcf49f42c258e838831321a06c13f635b93479db Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Tue, 30 May 2023 17:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E4=BA=BA=E7=BE=A4=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/lingshan/shzl/tsrq/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/lingshan/shzl/tsrq/index.vue b/src/views/modules/lingshan/shzl/tsrq/index.vue index dd759a3..a49e289 100644 --- a/src/views/modules/lingshan/shzl/tsrq/index.vue +++ b/src/views/modules/lingshan/shzl/tsrq/index.vue @@ -364,7 +364,7 @@ export default { handleChangeAgency() { let nodes = this.$refs["myCascader"].getCheckedNodes(); if (nodes && nodes.length > 0) { - let obj = nodes()[0].data; + let obj = nodes[0].data; this.fmData.orgType = obj.level === "grid" ? "grid" : "agency"; this.fmData.orgId = this.agencyIdArray.length > 0