Commit ba286cf9 authored by youjie's avatar youjie

no message

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