This commit is contained in:
dong_bo0602 2021-04-16 14:41:28 +08:00
parent 167bae215a
commit 8ac4226ce2
3 changed files with 8 additions and 9 deletions

View File

@ -37,7 +37,7 @@
</div> </div>
</a> </a>
</li> </li>
<li :class="{active: pageId == '6f0ec363-49a9-4174-a48f-290b69495dfc'}"> <li>
<a href="route/web/public.html?id=6f0ec363-49a9-4174-a48f-290b69495dfc"> <a href="route/web/public.html?id=6f0ec363-49a9-4174-a48f-290b69495dfc">
<div class="left fl"> <div class="left fl">
<span>四个清单</span> <span>四个清单</span>
@ -48,7 +48,7 @@
</div> </div>
</a> </a>
</li> </li>
<li :class="{active: pageId == 'cdd5ffd5-ebd7-4901-afce-f2e98d506c97'}"> <li>
<a href="route/web/public.html?id=cdd5ffd5-ebd7-4901-afce-f2e98d506c97"> <a href="route/web/public.html?id=cdd5ffd5-ebd7-4901-afce-f2e98d506c97">
<div class="left fl"> <div class="left fl">
<span>五项流程</span> <span>五项流程</span>
@ -59,7 +59,7 @@
</div> </div>
</a> </a>
</li> </li>
<li :class="{active: pageId == 'c912f0ff-d1e6-4346-a0cd-c955ea559a0b'}"> <li>
<a href="route/web/public.html?id=c912f0ff-d1e6-4346-a0cd-c955ea559a0b"> <a href="route/web/public.html?id=c912f0ff-d1e6-4346-a0cd-c955ea559a0b">
<div class="left fl"> <div class="left fl">
<span>六本台账</span> <span>六本台账</span>
@ -204,7 +204,7 @@
} }
}, },
mounted: function () { mounted: function () {
this.getTopNav() // this.getTopNav()
this.getGateNav() this.getGateNav()
this.getNewsList() this.getNewsList()
} }

View File

@ -86,11 +86,11 @@
</div> </div>
<div class="count clearFloat"> <div class="count clearFloat">
<div class="chart-box fl"> <div class="chart-box fl">
<div class="count-title">三重一大分类统计</div> <div class="count-title">指标状态占比统计</div>
<div class="chart" id="chart"></div> <div class="chart" id="chart"></div>
</div> </div>
<div class="count-container fr"> <div class="count-container fr">
<div class="count-title">三重一大管理</div> <div class="count-title">指标状态统计</div>
<div class="count-out clearFloat" v-cloak> <div class="count-out clearFloat" v-cloak>
<div class="count-box"> <div class="count-box">
<span>{{countInfo.count1}}</span> <span>{{countInfo.count1}}</span>
@ -452,7 +452,6 @@
getCount: function () { getCount: function () {
var self = this var self = this
top.restAjax.get(top.restAjax.path('api/indexlib/countIndexLib/{indexLibParentId}', [self.curId]), {}, null, function(code, data) { top.restAjax.get(top.restAjax.path('api/indexlib/countIndexLib/{indexLibParentId}', [self.curId]), {}, null, function(code, data) {
console.log(data)
self.countInfo = data self.countInfo = data
self.initChart() self.initChart()
}, function(code, data) { }, function(code, data) {
@ -469,7 +468,7 @@
this.pageId = restAjax.params(window.location.href).id this.pageId = restAjax.params(window.location.href).id
this.getNav() this.getNav()
this.getTopNav() // this.getTopNav()
this.getGateNav() this.getGateNav()
this.getCount() this.getCount()
} }

View File

@ -335,7 +335,7 @@
}, },
}, },
mounted: function () { mounted: function () {
this.getTopNav() // this.getTopNav()
this.getGateNav() this.getGateNav()
this.getWeekNews() this.getWeekNews()
this.getLatestDynamic() this.getLatestDynamic()