完善执法信息查询等页面

This commit is contained in:
chenlinlin 2025-03-28 13:59:48 +08:00
parent 9f96645131
commit 37e61e0d7e
6 changed files with 6 additions and 0 deletions

View File

@ -279,6 +279,7 @@ function handleQuery(queryParams) {
}) })
} }
// //
watch( watch(
() => queryParams.value.agency, () => queryParams.value.agency,

View File

@ -648,6 +648,7 @@ function handleQuery(queryParams) {
}) })
} }
// //
const defaultValues = reactive(DEFAULT_ENTERPRISE_DETAIL) const defaultValues = reactive(DEFAULT_ENTERPRISE_DETAIL)

View File

@ -371,6 +371,7 @@ function handleQuery(queryParams) {
}) })
} }
// //
function handleDetail(row) { function handleDetail(row) {
dialogConfig.value.show = true dialogConfig.value.show = true

View File

@ -360,6 +360,7 @@ function handleQuery(queryParams) {
}) })
} }
// //
const activeNames = ref(['1', '4', '5']) const activeNames = ref(['1', '4', '5'])

View File

@ -312,6 +312,7 @@ function handleQuery(queryParams) {
}) })
} }
// //
function handleDetail(row) { function handleDetail(row) {
dialogConfig.value.show = true dialogConfig.value.show = true

View File

@ -49,6 +49,7 @@ public class EnforcementInfoQuery extends BaseQuery {
private String enterpriseId; private String enterpriseId;
private LocalDateTime[] createTimeArr; private LocalDateTime[] createTimeArr;
private String fillingFlag; private String fillingFlag;
private String tag; private String tag;
private String rechecked; private String rechecked;