1.14 概念中心模块调整,战略分析模块界面完善
This commit is contained in:
@@ -249,10 +249,10 @@ const _sfc_main = {
|
||||
clickSearch() {
|
||||
this.loadAll = false;
|
||||
this.page = 1;
|
||||
if (this.selectTimeCategory == 0) {
|
||||
this.getEventListData();
|
||||
} else
|
||||
if (this.selectTimeCategory == 1) {
|
||||
this.getHotEventListData();
|
||||
} else
|
||||
this.getEventListData();
|
||||
},
|
||||
/**
|
||||
* 点击事件筛选
|
||||
@@ -729,8 +729,8 @@ const _sfc_main = {
|
||||
if (arr.length > 0) {
|
||||
param.importance = arr.join(",");
|
||||
}
|
||||
if (this.selectSortKey) {
|
||||
param.sort = this.selectSortKey;
|
||||
if (this.selectTimeCategory != 1) {
|
||||
param.sort = this.timeCategoryList[this.selectTimeCategory].key;
|
||||
}
|
||||
request_api.eventList(param).then((res) => {
|
||||
this.isRefreshing = false;
|
||||
|
||||
Reference in New Issue
Block a user