mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 09:25:54 +08:00
首页地图显示定位方式,设备定时的时间排序
This commit is contained in:
@@ -651,7 +651,7 @@ export default {
|
||||
}
|
||||
let week = "*";
|
||||
if (this.timerWeekValue.length > 0) {
|
||||
week = this.timerWeekValue;
|
||||
week = this.timerWeekValue.sort();
|
||||
}
|
||||
this.form.cronExpression = "0 " + minute + " " + hour + " ? * " + week;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user