Commit c91b0395 authored by 王悦's avatar 王悦

no message

parent 6a1dea69
...@@ -404,10 +404,10 @@ export default { ...@@ -404,10 +404,10 @@ export default {
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.msg.RB_Depart_Id = userInfo.RB_Department_Id; this.msg.RB_Depart_Id = userInfo.RB_Department_Id;
this.msg.RB_Branch_Id = userInfo.RB_Branch_id; this.msg.RB_Branch_Id = userInfo.RB_Branch_id;
if(this.msg.RB_Branch_id===0 || this.msg.RB_Branch_id===45 || this.msg.RB_Branch_id===49){ if(this.msg.RB_Branch_Id===0 || this.msg.RB_Branch_Id===45 || this.msg.RB_Branch_Id===49){
this.msg.TemplateId=35; this.msg.TemplateId=34;
}else{ }else{
this.msg.TemplateId=36; this.msg.TemplateId=35;
} }
} }
}, },
......
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