提交 9232c0e4 编写于 作者: Y yangquan

[Fix-4054][Api] Fix The last week of the month for adding/editing timing,...

[Fix-4054][Api] Fix The last week of the month for adding/editing timing, preview and save timing will report an error
上级 3c89c9ad
......@@ -352,8 +352,8 @@
},
monthLastWeeksVal (val) {
if (this.radioDay === 'monthLastWeeks') {
this.weekValue = `?`
this.dayValue = val
this.weekValue = val
this.dayValue = `?`
}
},
WkmonthNumWeeksWeekVal (val) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册