|
@@ -24,7 +24,7 @@
|
|
|
import { defineAsyncComponent, onMounted, reactive, ref } from 'vue';
|
|
|
import { FormInstance } from 'element-plus';
|
|
|
import { defaultDate } from '@/utils/constants';
|
|
|
-import { getSSPStatisticsBaseData, getSSPStatisticsReprocessing, getSSPStatisticsReprocessingExport } from '@/api/snapshot/statistics';
|
|
|
+import { getSSPStatisticsReprocessing, getSSPStatisticsReprocessingExport } from '@/api/snapshot/statistics';
|
|
|
import Other from '@/utils/other';
|
|
|
import { useRouter } from 'vue-router';
|
|
|
|
|
@@ -80,7 +80,6 @@ const gridOptions = reactive<any>({
|
|
|
});
|
|
|
/** 搜索按钮操作 节流操作 */
|
|
|
const handleQuery = () => {
|
|
|
- state.queryParams.PageIndex = 1;
|
|
|
queryList();
|
|
|
};
|
|
|
// 获取参数列表
|