|
|
@@ -5,7 +5,6 @@ import { useRowClickStyle } from '@/hooks/rowClickStyle'
|
|
|
import dayjs from 'dayjs'
|
|
|
import { useRouter } from 'vue-router'
|
|
|
import { transportationMode } from '@/components/TransportationMode'
|
|
|
-import { useHeaderSearch } from '@/stores/modules/headerSearch'
|
|
|
|
|
|
const router = useRouter()
|
|
|
const props = defineProps({
|
|
|
@@ -397,7 +396,7 @@ const getExportTableData = (status: number) => {
|
|
|
|
|
|
$api
|
|
|
.getAllTrackingTableData({
|
|
|
- 'selected fields': column,
|
|
|
+ selected_fields: column,
|
|
|
excel_filter_condition: props.tagsData.join(','),
|
|
|
tmp_search: tempSearch.value
|
|
|
})
|