Commit 0c718915 authored by 18224442217's avatar 18224442217

no message

parent b7001105
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
<el-select v-model="msg.DeptId" size="small" placeholder="请选择分组" <el-select v-model="msg.DeptId" size="small" placeholder="请选择分组"
@change="init" @change="init"
filterable> filterable>
<el-option key="0" label="不限" value="0"></el-option>
<el-option <el-option
v-for="item in departMentList" v-for="item in departMentList"
:key="item.DepartmentID" :key="item.DepartmentID"
...@@ -705,7 +706,6 @@ ...@@ -705,7 +706,6 @@
this.departMentList.push(item) this.departMentList.push(item)
} }
}) })
this.msg.DeptId = this.departMentList[0].DepartmentID
} }
} else {} } else {}
}, },
...@@ -953,7 +953,8 @@ ...@@ -953,7 +953,8 @@
{ {
PeriodsId: this.msg.PeriodsId, PeriodsId: this.msg.PeriodsId,
PlatformType: this.msg.PlatformType, PlatformType: this.msg.PlatformType,
ModuleTypeIds: EmpIds.join(',')!==''?EmpIds.join(','):'' ModuleTypeIds: EmpIds.join(',')!==''?EmpIds.join(','):'',
DeptId: this.msg.DeptId
}, },
(res) => { (res) => {
this.loading = false; 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