diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue
index 5a98435..da433c3 100644
--- a/src/views/super/Ranking/RankBatchList.vue
+++ b/src/views/super/Ranking/RankBatchList.vue
@@ -29,7 +29,6 @@
-
-
>>>>>> b3837ab9b64a6bcf6f0c21885dbbe52d14501704
// import HoverImage from '@/components/super/HoverImage.vue';
export default {
name: 'rank_batch_list',
@@ -271,8 +266,6 @@ export default {
this.text = this.getNowDate()
this.dataType = this.type
this.dataRank = this.rank_type
-
-
this.getRankingData();
},
handleUpdateView(newView) {
@@ -290,9 +283,7 @@ export default {
this.textDesc = viewdesc + this.text;
this.selectedDate = date;
localStorage.setItem('date', JSON.stringify(date))
-
this.$refs.dropdownRef.closeDropdown();
-
this.currentPage = 1;
this.getRankingData()
},
@@ -355,7 +346,6 @@ export default {
});
// 打开当前行的弹框
row[type + '_popover'] = true;
-
let obj = {}
if (this.dataType == 'agent') {
obj.aid = row.id
@@ -385,7 +375,6 @@ export default {
});
// 打开当前行的弹框
row[type + '_popover_2'] = true;
-
let obj = {}
if (this.dataType == 'agent') {
obj.aid = row.id
@@ -403,7 +392,6 @@ export default {
ariaEls.forEach((item) => {
item.removeAttribute('aria-hidden')
})
-
ariaEls = document.querySelectorAll('.el-radio__original')
ariaEls.forEach((item) => {
item.removeAttribute('aria-hidden')
@@ -453,10 +441,8 @@ export default {
const date = new Date(this.text);
const year = date.getFullYear();
const month = date.getMonth() + 1;
-
const currentYear = new Date().getFullYear();
const currentMonth = new Date().getMonth() + 1;
-
this.current_month = '';
if (this.view === 'month' && year == currentYear && month == currentMonth) {
this.current_month = '(当月)';
@@ -472,7 +458,6 @@ export default {
for (let i = 3; i >= 0; i--) {
let m = month - i;
if (m <= 0) m += 12;
-
monthLabels.push(m + '月' + this.rank_type_desc[this.rank_type]);
}
this.labels = monthLabels;
@@ -689,4 +674,4 @@ export default {
color: #1E2226;
height: 100%;
}
-
+
\ No newline at end of file