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">