ludc
2023-09-13 13f2d9d9b067d571f37fc14fe8ea4399eaad2547
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);
    }
  }
}