lgcareer opened a new pull request #4145: URL: https://github.com/apache/incubator-dolphinscheduler/pull/4145
## What is the purpose of the pull request *Fix The last week of the month for adding/editing timing, preview and save timing will report an error* ## Brief change log ```js this.weekValue = `?` this.dayValue = val ``` change to ```js this.weekValue =val this.dayValue = `?` ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
