Commit 36c16a1d by 林翔

lx

parent 8ad6582b
......@@ -184,8 +184,8 @@
onDateConfirm() {
this.dateShow = false;
this.recordYear = this.updateYear;
this.recordMonth = this.updateMonth;
this.recordYear = this.updateYear || this.recordYear;
this.recordMonth = this.updateMonth || this.recordMonth;
//获取某年某月的第一天
function getMonthFirstDay(y, m) {
......
......@@ -184,8 +184,8 @@
onDateConfirm() {
this.dateShow = false;
this.dateYear = this.updateYear;
this.dateMonth = this.updateMonth;
this.dateYear = this.updateYear || this.dateYear;
this.dateMonth = this.updateMonth || this.dateMonth;
//获取某年某月的第一天
function getMonthFirstDay(y, m) {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment