首页地图显示定位方式,设备定时的时间排序

This commit is contained in:
kerwincui
2022-06-27 00:57:50 +08:00
parent 796468d123
commit a1c9ef99ad
2 changed files with 12 additions and 1 deletions

View File

@@ -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;
},