Commit 7c0ef37a authored by zhengke's avatar zhengke

修改

parent 659ccf5f
......@@ -94,6 +94,7 @@
this.dictObjEmp.Code=tempObj.Code;
this.dictObjEmp.Content=tempObj.Content;
this.dictObjEmp.Mask=tempObj.Mask;
this.chosenUser=[];
if(tempObj.Content&&tempObj.Mask){
this.chosenUser.push({
DeptId:tempObj.Content,
......@@ -119,8 +120,8 @@
contentTemp += "," + x.DeptId;
maskTemp += "," + x.DeptName;
});
this.dictObjEmp.Content = contentTemp.substring(1);
this.dictObjEmp.Mask = maskTemp.substring(1);
this.dictObjEmp.Content = this.chosenUser[0].DeptId;
this.dictObjEmp.Mask = this.chosenUser[0].DeptName;
if (this.multiCheck && this.multiCheck.length > 0) {
this.dictObjEmp.Code = this.multiCheck.toString()
}
......
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