Commit 2d92af0a authored by Mac's avatar Mac

1

parent ad259c82
......@@ -387,9 +387,14 @@
this.addMsg.LineIds = data.LineIds;
this.addMsg.LineshortIds = data.LineIds.split(',').map(Number);
this.addMsg.TempTypeList = data.TempTypeList;
this.addMsg.Type = data.Type.toString();
this.searchList=[]
this.addMsg.TempTypeList.forEach(x => {
x.Type = x.Type.toString()
x.SourceType = x.SourceType.toString()
if(this.addMsg.Type==3){
this.searchList.push({empId:x.Id,name:x.Name,postName:''})
}
})
this.selectdis()
this.ruleVisible = true;
......
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