Merge 615a171ac1
into bfc0c1bf6d
commit
fb51eeb169
|
@ -553,6 +553,10 @@
|
|||
that.setValue(that.parse(0, that.systemDate(options.value)));
|
||||
} else {
|
||||
that.setValue(options.value);
|
||||
// friend:@rainbow 添加的代码
|
||||
that.startState = true;
|
||||
that.endState = true;
|
||||
// friend:@rainbow 添加的代码
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -1863,4 +1867,4 @@
|
|||
}()
|
||||
);
|
||||
|
||||
}();
|
||||
}();
|
||||
|
|
Loading…
Reference in New Issue