Commit 2c77aaf5 authored by 华国豪's avatar 华国豪 🙄

1

parent 83a68ee9
...@@ -278,6 +278,8 @@ export default { ...@@ -278,6 +278,8 @@ export default {
}, },
methods: { methods: {
exportFile(){ exportFile(){
let msg = this.msg
msg.EmpId = this.userInfo.EmployeeId
let fileName = "【" + moment(new Date()).format("YYYY-MM-DD HH:mm:ss") + "】工作计划.xls"; let fileName = "【" + moment(new Date()).format("YYYY-MM-DD HH:mm:ss") + "】工作计划.xls";
this.GetLocalFile("UserWork_GetUserWorkExportList", this.msg, fileName); this.GetLocalFile("UserWork_GetUserWorkExportList", this.msg, fileName);
}, },
......
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