Commit 0c718915 authored by 18224442217's avatar 18224442217

no message

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