Commit a14bfb5a authored by zhengke's avatar zhengke

修改

parent 7fdf7899
......@@ -1007,7 +1007,7 @@
if(this.addMsg.PostID&&this.addMsg.PostID!=-1){
let obj = {
ID:0,
Type:3,
Type:2,
departmentId:this.addMsg.PostID
}
this.addMsg.list.push(obj)
......@@ -1015,7 +1015,7 @@
if(this.addMsg.DepartmentID&&this.addMsg.DepartmentID!=-1){
let obj = {
ID:0,
Type:2,
Type:3,
departmentId:this.addMsg.DepartmentID
}
this.addMsg.list.push(obj)
......
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