Commit 154f5895 authored by 黄奎's avatar 黄奎

11

parent b2934ec5
......@@ -21,12 +21,12 @@
<treeselect class="w200 fl" :options="departmentList" v-model="parameters.RB_Department_Id"
:label="$t('pub.unlimitedSel')" :normalizer="normalizer" @select="changeDepart" />
<el-select
v-model="parameters.empIdList"
v-model="parameters.empId"
style="margin-right: 20px;"
@change="handleDateChange()"
multiple
filterable
collapse-tags
>
<el-option
v-for="(x, i) in empList"
......@@ -705,6 +705,7 @@ export default {
EndDate: "",
RB_Department_Id:null,
empIdList:[],
empId:"",
},
normalizer(node) {
var obj = {
......@@ -869,7 +870,6 @@ export default {
},
created() {
this.userInfo=this.getLocalStorage();
console.log("this.userInfo",this.userInfo);
if(this.userInfo.RB_Branch_id!=0)
{
this.parameters.branchId=this.userInfo.RB_Branch_id;
......
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