新需求执法立案统计、检查统计、周报表
This commit is contained in:
parent
30a45ce33d
commit
34d6431479
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -216,7 +216,7 @@ public class CaseController {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 执法立案统计(不分页)
|
* 执法立案统计
|
||||||
*
|
*
|
||||||
* @param query
|
* @param query
|
||||||
* @return 查询执法立案统计结果
|
* @return 查询执法立案统计结果
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue