1.14 概念中心模块调整,战略分析模块界面完善

This commit is contained in:
尚政杰
2026-01-14 18:48:02 +08:00
parent 27dc03940b
commit 6ee8ce42ed
888 changed files with 96307 additions and 247 deletions

View File

@@ -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;