From 76956e0f6cc235678fce936439ad932a7b8bc344 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期四, 24 八月 2023 21:41:31 +0800 Subject: [PATCH] 8.24提交 --- ruoyi-ui/src/views/homeRoot/index.vue | 37 ++++++++++++++++--------------------- 1 files changed, 16 insertions(+), 21 deletions(-) diff --git a/ruoyi-ui/src/views/homeRoot/index.vue b/ruoyi-ui/src/views/homeRoot/index.vue index 8cab150..117432c 100644 --- a/ruoyi-ui/src/views/homeRoot/index.vue +++ b/ruoyi-ui/src/views/homeRoot/index.vue @@ -198,8 +198,8 @@ greeting: "", imageSrc: require('../../assets/images/Group 407.png') , dropdownList: [ - { name: '鍙樉绀虹涓�浠�', src: 'Group 407.png' }, - { name: '鏄剧ず鑷崇浜屼唬', src: 'Group 407.png' }, + { name: '鍙樉绀虹涓�浠�', src: 'Group 443.png' }, + { name: '鏄剧ず鑷崇浜屼唬', src: 'Group 444.png' }, { name: '鏄剧ず鑷崇涓変唬', src: 'Group 445.png' }, { name: '鏄剧ず鍏ㄩ儴', src: 'Group 407.png' } ], @@ -302,13 +302,10 @@ } }, - created() { + created(){ this.setGreeting(); this.getUser(); - }, - mounted() { - this.getList(1); }, methods:{ getInfo(src) @@ -334,17 +331,17 @@ generation_1(){ // alert(127) // this.getList(1) - listRoot(1).then(response => { - this.rootList = response.data - this.isShow_1=true - this.isShow_2=false - this.isShow_3=false - this.isShow_4=false - }) + listRoot(1).then(response => { + this.rootList = response.data + this.isShow_1=true + this.isShow_2=false + this.isShow_3=false + this.isShow_4=false + }) }, getPersonInfo(id) { - this.$router.push("/familymodel/jiagenwang/personInfo/" + id); + this.$router.push("/familymodel/jiagenwang/personInfo/" + id); //alert(id) }, generation_2(){ @@ -385,7 +382,7 @@ this.isShow_3=false this.isShow_4=false } - // console.log(this.rootSecList) + // console.log(this.rootSecList) }) @@ -410,15 +407,12 @@ // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { listRoot(depth).then(response => { - // alert(123) - // alert(123) - // console.log(response.data) - // alert(90) this.rootList = response.data; this.isShow_1=true - // alert(this.rootList[0].url) + // alert(this.rootList[0].url) // this.total = response.data.total; this.loading = false; + console.log(this.rootList) } ); }, @@ -442,8 +436,9 @@ getUser() { getUserProfile().then(response => { this.user = response.data; - + this.getList(1); }); + } } } -- Gitblit v1.9.1