wujingjing
2024-11-05 022a757742c70b3106d817461464e821b537e794
src/components/chat/chatComponents/summaryCom/components/recordSet/components/TimeRange.vue
@@ -84,7 +84,7 @@
   }
};
const timeRangeMapTitle = getRangeMapTitle(props.data.origin.time_step);
const timeRangeMapTitle = getRangeMapTitle(props.data?.origin?.time_step);
const dateValue = defineModel({
   type: definePropType<[string, string]>(Array),
});