|
|
@@ -60,7 +60,7 @@
|
|
|
const district = ref(props.district);
|
|
|
// const jyType = ref(props.jyType);
|
|
|
const SearchData = ref({
|
|
|
- jyType: props.jyType || [],
|
|
|
+ jyType: null,
|
|
|
timeList: [dayjs().format('YYYY-MM-DD'), dayjs().add(-30, 'day').format('YYYY-MM-DD')],
|
|
|
districtCode: props.districtCode || null,
|
|
|
cameraType: props.cameraType,
|