Commit 7cd60a48 authored by 黄奎's avatar 黄奎
parents e45d2062 baa6c75e
......@@ -281,6 +281,7 @@ export default {
exportFile(){
let msg = this.msg
msg.EmpId = this.userInfo.EmployeeId
msg.IsAll = 0
let fileName = "【" + moment(new Date()).format("YYYY-MM-DD HH:mm:ss") + "】工作计划.xls";
this.GetLocalFile("UserWork_GetUserWorkExportList", this.msg, fileName);
},
......
......@@ -266,6 +266,7 @@ export default {
exportFile(){
let msg = this.msg
msg.EmpId = this.userInfo.EmployeeId
msg.IsAll = 1
let fileName = "【" + moment(new Date()).format("YYYY-MM-DD HH:mm:ss") + "】工作计划.xls";
this.GetLocalFile("UserWork_GetUserWorkExportList", this.msg, fileName);
},
......@@ -285,7 +286,7 @@ export default {
this.msg.et="";
}
this.apipost(
"user_post_GetWorkPageList",
"user_post_GetAllPageList",
this.msg,
res => {
this.loading = false;
......
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