Commit ba286cf9 authored by youjie's avatar youjie

no message

parent 1d930479
......@@ -1162,6 +1162,7 @@
PlatformType: this.msg.PlatformType,
ModuleTypeIds: EmpIds.join(',')!==''?EmpIds.join(','):'',
DeptId: this.msg.DeptId,
State: this.msg.State,
UpdateBy: this.msg.UpdateBy
},
(res) => {
......@@ -1228,6 +1229,7 @@
PlatformType: this.msg.PlatformType,
ModuleTypeIds:this.msg.ModuleTypeIds?this.msg.ModuleTypeIds.join(','):'',
DeptId: this.msg.DeptId,
State: this.msg.State,
UpdateBy: this.msg.UpdateBy
}, `${name}.xls`, (res) => {
this.$message({
......
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