Merge pull request #252 from zqd123/master

fix: yudao-ui-admin前端-Cron表达式-周选择第4项,#号两边的值颠倒了
This commit is contained in:
芋道源码 2023-07-26 12:36:22 +08:00 committed by GitHub
commit c42ff645d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ export default {
averageTotal: function () { averageTotal: function () {
this.average01 = this.checkNum(this.average01, 1, 4) this.average01 = this.checkNum(this.average01, 1, 4)
this.average02 = this.checkNum(this.average02, 1, 7) this.average02 = this.checkNum(this.average02, 1, 7)
return this.average02 + '#' + this.average01; return this.average01 + '#' + this.average02;
}, },
// //
weekdayCheck: function () { weekdayCheck: function () {