|
@@ -147,7 +147,7 @@ import { onMounted, reactive, ref, defineAsyncComponent } from 'vue';
|
|
|
import { ElMessage, ElMessageBox, FormInstance } from 'element-plus';
|
|
|
import { departmentSatisfactionDetailBase, departmentSatisfactionList, departmentSatisfactionListExport } from '@/api/statistics/department';
|
|
|
import { formatDate } from '@/utils/formatTime';
|
|
|
-import { defaultDateOne, defaultTimeStartEnd, shortcuts } from '@/utils/constants';
|
|
|
+import { defaultDate, defaultTimeStartEnd, shortcuts } from '@/utils/constants';
|
|
|
import Other from '@/utils/other';
|
|
|
import { exportJbOrder } from '@/api/business/order';
|
|
|
import { downloadZip } from '@/utils/tools';
|
|
@@ -209,7 +209,7 @@ const state = reactive<any>({
|
|
|
// 查询条件
|
|
|
PageIndex: 1,
|
|
|
PageSize: 20,
|
|
|
- hfTime: defaultDateOne, // 回访事件
|
|
|
+ hfTime: defaultDate, // 回访事件
|
|
|
VisitTimeStart: null,
|
|
|
VisitTimeEnd: null,
|
|
|
crTime: [],
|