新需求执法立案统计、检查统计、周报表

This commit is contained in:
heli02 2025-06-06 17:27:10 +08:00
parent 30a45ce33d
commit 34d6431479
2 changed files with 1 additions and 8 deletions

View File

@ -204,13 +204,6 @@ 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)
const broTable = ref(null) const broTable = ref(null)

View File

@ -216,7 +216,7 @@ public class CaseController {
} }
/** /**
* 执法立案统计不分页 * 执法立案统计
* *
* @param query * @param query
* @return 查询执法立案统计结果 * @return 查询执法立案统计结果