田源
2023-09-12 ab9f0498e44d35fe821f643112560536bb83dce1
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);
    }
  }
}