Commit 4743fa60 authored by Facius's avatar Facius

improvement: 预约、改约默认选中最后一个时间段

parent 8d17eb09
......@@ -262,13 +262,14 @@ export default {
let owns = Object.keys(data)
let ownVals = Object.values(data)
var defaultAppointRangeItem =
this.isSubscribe
? {
name: '',
pkey: '',
disabled: false,
}
: {
// this.isSubscribe
// ? {
// name: '',
// pkey: '',
// disabled: false,
// }
// :
{
name: '22:00-24:00',
pkey: 'appointment_range_24',
disabled: false,
......
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