Commit 8bdf0fba authored by lshan's avatar lshan

。。

parent de0a0952
......@@ -796,8 +796,8 @@ export default Vue.extend({
const end=endh+':'+endm
this.start=start
this.end=end
this.formData.startTime = moment(start,"HH:mm")
this.formData.endTime = moment(end,"HH:mm")
this.formData.startTime = moment(this.start,"HH:mm")
this.formData.endTime = moment(this.end,"HH:mm")
// 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