0416
This commit is contained in:
parent
167bae215a
commit
8ac4226ce2
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li :class="{active: pageId == '6f0ec363-49a9-4174-a48f-290b69495dfc'}">
|
||||
<li>
|
||||
<a href="route/web/public.html?id=6f0ec363-49a9-4174-a48f-290b69495dfc">
|
||||
<div class="left fl">
|
||||
<span>四个清单</span>
|
||||
@ -48,7 +48,7 @@
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li :class="{active: pageId == 'cdd5ffd5-ebd7-4901-afce-f2e98d506c97'}">
|
||||
<li>
|
||||
<a href="route/web/public.html?id=cdd5ffd5-ebd7-4901-afce-f2e98d506c97">
|
||||
<div class="left fl">
|
||||
<span>五项流程</span>
|
||||
@ -59,7 +59,7 @@
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li :class="{active: pageId == 'c912f0ff-d1e6-4346-a0cd-c955ea559a0b'}">
|
||||
<li>
|
||||
<a href="route/web/public.html?id=c912f0ff-d1e6-4346-a0cd-c955ea559a0b">
|
||||
<div class="left fl">
|
||||
<span>六本台账</span>
|
||||
@ -204,7 +204,7 @@
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
this.getTopNav()
|
||||
// this.getTopNav()
|
||||
this.getGateNav()
|
||||
this.getNewsList()
|
||||
}
|
||||
|
@ -86,11 +86,11 @@
|
||||
</div>
|
||||
<div class="count clearFloat">
|
||||
<div class="chart-box fl">
|
||||
<div class="count-title">三重一大分类统计</div>
|
||||
<div class="count-title">指标状态占比统计</div>
|
||||
<div class="chart" id="chart"></div>
|
||||
</div>
|
||||
<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-box">
|
||||
<span>{{countInfo.count1}}</span>
|
||||
@ -452,7 +452,6 @@
|
||||
getCount: function () {
|
||||
var self = this
|
||||
top.restAjax.get(top.restAjax.path('api/indexlib/countIndexLib/{indexLibParentId}', [self.curId]), {}, null, function(code, data) {
|
||||
console.log(data)
|
||||
self.countInfo = data
|
||||
self.initChart()
|
||||
}, function(code, data) {
|
||||
@ -469,7 +468,7 @@
|
||||
this.pageId = restAjax.params(window.location.href).id
|
||||
|
||||
this.getNav()
|
||||
this.getTopNav()
|
||||
// this.getTopNav()
|
||||
this.getGateNav()
|
||||
this.getCount()
|
||||
}
|
||||
|
@ -335,7 +335,7 @@
|
||||
},
|
||||
},
|
||||
mounted: function () {
|
||||
this.getTopNav()
|
||||
// this.getTopNav()
|
||||
this.getGateNav()
|
||||
this.getWeekNews()
|
||||
this.getLatestDynamic()
|
||||
|
Loading…
Reference in New Issue
Block a user