Refactor DatePicker.vue to remove console.log statement
Refactor RGangguan_BerdasarMedia.vue to fix css-class typo Refactor RKeluhan_BerdasarMedia.vue to update display-format and css-class Refactor RGangguan_KTI.vue to remove 'Semua Unit' and 'Regional' from groupList Refactor RGangguan_CTTM.vue to remove 'Semua Unit' and 'Regional' from groupList Refactor Type11.vue to update placeholder and values in InputWithSuffix Refactor RKeluhan_PerUnit.vue to update calculateCustomSummary function
This commit is contained in:
@@ -79,7 +79,6 @@ watch(dateValue, (newValue) => {
|
||||
|
||||
onMounted(() => {
|
||||
emit('update:dateValue', dateValue.value)
|
||||
console.log('current date', dateValue.value)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user