@@ -345,7 +345,7 @@ const dialog = reactive({
title: '事件详情',
loading: null
});
-const form = ref < any > {};
+const form = ref({});
const statData = reactive({
monthCount: undefined,
monthAlready: undefined,