From d7f4bfcf99644dd3c071057ec6832f9b5b1e673f Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Sun, 8 Sep 2024 23:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B5=84=E4=BA=A7=E6=8E=88?= =?UTF-8?q?=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/property/asDisplay/index.vue | 1 + src/views/property/astr/index.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/property/asDisplay/index.vue b/src/views/property/asDisplay/index.vue index 3a2f6d4..2010d7e 100644 --- a/src/views/property/asDisplay/index.vue +++ b/src/views/property/asDisplay/index.vue @@ -152,6 +152,7 @@ export default { }) } }, + }, //生命周期 - 创建完成(可以访问当前this实例)", created() { this.getSelectList(); diff --git a/src/views/property/astr/index.vue b/src/views/property/astr/index.vue index 1a51c8e..558db94 100644 --- a/src/views/property/astr/index.vue +++ b/src/views/property/astr/index.vue @@ -123,16 +123,16 @@ export default { this.data = res.data }) }, - handleNodeClick(data){ + handleNodeClick(data) { console.log(data) - this.tableBasic=data + this.tableBasic = data - tableStructureShow(data).then(res=>{ + tableStructureShow(data).then(res => { console.log(res) - this.dataNum=res.data.length - this.tableStructure=res.data + this.dataNum = res.data.length + this.tableStructure = res.data }) - + } }, //生命周期 - 创建完成(可以访问当前this实例)",