wujingjing
2025-03-10 0159386060edb946f29b5adcd9659dbfac06d6e1
src/components/chat/chatComponents/summaryCom/components/recordSet/components/TimeRange.vue
@@ -157,12 +157,13 @@
   dateChange();
};
onMounted(() => {
   if(props.quickActive !=null){
   if (props.quickActive != null) {
      pickQuickRange(props.quickActive);
   }
});
defineExpose({
   formatDateValue: dateValue,
   resetQuickPickValue: resetQuickPickValue,
});
</script>
<style scoped lang="scss">