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实例)",