iyeeku commented on issue #4054:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/4054#issuecomment-729623128


   It may be necessary , day.vue -> monthLastWeeksVal (val) 
   ```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]


Reply via email to