Source/UBCS-WEB/src/components/dockingSearch/VciDockingSearch.vue
@@ -122,7 +122,8 @@ }); }, handleSearch(){ console.log(this.formInline.Date) let formattedDate = this.$moment(this.formInline.Date).format('YYYY-M-D'); console.log('formattedDate',formattedDate); } } }