Commit 519b442f authored by 华国豪's avatar 华国豪 🙄
parents 681e3a20 6a1dea69
...@@ -359,7 +359,7 @@ export default { ...@@ -359,7 +359,7 @@ export default {
return { return {
msg: { msg: {
FrID: 0, FrID: 0,
TemplateId: 27, TemplateId: 0,
Status: 1, Status: 1,
IsPublic: 0, IsPublic: 0,
RB_Depart_Id: 0, RB_Depart_Id: 0,
...@@ -404,6 +404,11 @@ export default { ...@@ -404,6 +404,11 @@ 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){
this.msg.TemplateId=35;
}else{
this.msg.TemplateId=36;
}
} }
}, },
methods:{ methods:{
......
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