changes
This commit is contained in:
@@ -433,7 +433,7 @@ export default {
|
||||
checkTimeopt() {
|
||||
if (this.timeopt > 0) {
|
||||
let obj = this.$find(this.options, {
|
||||
code: this.$formatNumber(this.timeopt),
|
||||
code: this.$parseNum(this.timeopt),
|
||||
});
|
||||
if (obj) this.current = obj.code;
|
||||
}
|
||||
@@ -442,7 +442,7 @@ export default {
|
||||
if (this.timeopt.disable.indexOf("time") >= 0) this.enableTime = false;
|
||||
if (this.timeopt.time) {
|
||||
let obj = this.$find(this.options, {
|
||||
code: this.$formatNumber(this.timeopt.time),
|
||||
code: this.$parseNum(this.timeopt.time),
|
||||
});
|
||||
if (obj) this.current = obj.code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user