diff --git a/src/components/common/VnDmsList.vue b/src/components/common/VnDmsList.vue index e3cb2874a..769ba9959 100644 --- a/src/components/common/VnDmsList.vue +++ b/src/components/common/VnDmsList.vue @@ -35,7 +35,7 @@ const $props = defineProps({ downloadModel: { type: String, required: false, - default: null, + default: undefined, }, defaultDmsCode: { type: String, diff --git a/src/components/common/VnInputTime.vue b/src/components/common/VnInputTime.vue index 4bd75eeaf..0b271dee7 100644 --- a/src/components/common/VnInputTime.vue +++ b/src/components/common/VnInputTime.vue @@ -2,6 +2,7 @@ import { computed, ref } from 'vue'; import { useI18n } from 'vue-i18n'; import isValidDate from 'filters/isValidDate'; +import VnInput from 'components/common/VnInput.vue'; const props = defineProps({ modelValue: { @@ -74,7 +75,7 @@ const styleAttrs = computed(() => { @click="isPopupOpen = true" > - -