Commit df6a1795 authored by lshan's avatar lshan

测试

parent 8bdf0fba
...@@ -798,9 +798,12 @@ export default Vue.extend({ ...@@ -798,9 +798,12 @@ export default Vue.extend({
this.end=end this.end=end
this.formData.startTime = moment(this.start,"HH:mm") this.formData.startTime = moment(this.start,"HH:mm")
this.formData.endTime = moment(this.end,"HH:mm") this.formData.endTime = moment(this.end,"HH:mm")
console.log(this.formData.startTime,'this.formData.startTime');
console.log(this.start,'this.start');
console.log(startDate,'startDate');
// const datetime=moment(startDate).format('HH:mm')
// console.log(datetime,'datetime');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment