执法立案上报增加新增入口,修改统计功能

This commit is contained in:
songxudong 2025-08-01 19:11:08 +08:00
parent 27b6ffe381
commit 1ce8972242
2 changed files with 1 additions and 12 deletions

View File

@ -204,11 +204,7 @@ function reset(query) {
handleQuery() handleQuery()
} }
function getCurrentQuarter() {
const now = new Date()
const quarter = Math.floor(now.getMonth() / 3) + 1;
queryParams.value.Jd = queryParams.value.Jd === undefined ? quarter : queryParams.value.Jd
}
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state) const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)

View File

@ -72,13 +72,6 @@ public class EnforcementInfoHistoryController {
} }
/** /**
* 立案上报审核 * 立案上报审核
* @param historyId 历史执法信息id * @param historyId 历史执法信息id