执法立案上报增加新增入口,修改统计功能
This commit is contained in:
parent
27b6ffe381
commit
1ce8972242
|
|
@ -204,11 +204,7 @@ function reset(query) {
|
|||
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)
|
||||
|
|
|
|||
|
|
@ -72,13 +72,6 @@ public class EnforcementInfoHistoryController {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 立案上报审核
|
||||
* @param historyId 历史执法信息id
|
||||
|
|
|
|||
Loading…
Reference in New Issue