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

11

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