Reviewed-on: #126
@ -433,7 +433,12 @@ export default {
this.show_detail_index = row.sort
},
changeRankType() {
const dataRankObj = {
'check_type':'1',
'ver_type':'2'
}
this.dataType = this.selectedType
this.dataRank = dataRankObj[this.selectedType]
this.getRankingData()
getRankingData() {
@ -8,7 +8,7 @@
width="280px">
<DateSelect slot="normal"
:view="view"
:onlyYear="onlyYear"
v-model="selectedDate"
@update-count="handleUpdateView"
@change="handleDateChange"/>