Commit 07373585 authored by 黄奎's avatar 黄奎

页面修改

parent d40a6068
......@@ -534,14 +534,18 @@
msg.QMonthStr = this.msg.MonthStr2;
}
if (msg.Type != 2 && msg.Type != 3 && msg.Type != 6) {
msg.QMonthStr = this.msg.Year + "-" + this.msg.Month;
if (this.msg.Month != -1) {
msg.QMonthStr = this.msg.Year + "-" + this.msg.Month;
} else {
msg.QMonthStr = this.msg.Year;
}
}
this.DataList = [];
this.apipost("LeaderSchedule_get_GetLeaderList", msg, res => {
this.loading = false;
if (res.data.resultCode == 1) {
this.DataList = res.data.data;
console.log("this.DataList",this.DataList)
}
},
err => {}
......
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 to comment