|
@@ -103,7 +103,7 @@ import { defineAsyncComponent, onMounted, reactive, ref } from 'vue';
|
|
|
import type { FormInstance } from 'element-plus';
|
|
|
import { logList } from '@/api/system/log';
|
|
|
import { formatDate } from '@/utils/formatTime';
|
|
|
-import { defaultTimeStartEnd, shortcuts } from '@/utils/constants';
|
|
|
+import { defaultDate, defaultTimeStartEnd, shortcuts } from '@/utils/constants';
|
|
|
import Other from '@/utils/other';
|
|
|
|
|
|
// 引入组件
|
|
@@ -120,7 +120,7 @@ const state = reactive<any>({
|
|
|
ExecuteUrl:null, // 操作地址
|
|
|
ExecuteParam:null, // 请求参数
|
|
|
IsAll:false, // 是否查询全部
|
|
|
- crTime:[],
|
|
|
+ crTime:defaultDate,
|
|
|
StartTime:null, // 开始时间
|
|
|
EndTime:null, // 结束时间
|
|
|
},
|