Commit fcd3d058 by Natthaphat Pankiang

ลบ log ออก

parent 01d92d69
......@@ -42,8 +42,6 @@ export class SubDepartmentFourComponent implements OnInit {
this.bu6 = new MyBu6Model(response)
})
this.bu7 = new MyBu7Model(bu7)
console.log("5",this.bu6)
console.log(this.bu7)
}
addBu7() {
// this.bu7Service.post(this.bu7).subscribe((response:any) => {
......
......@@ -42,8 +42,7 @@ export class SubDepartmentThreeComponent implements OnInit {
this.bu5 = new MyBu5Model(response)
})
this.bu6 = new MyBu6Model(bu6)
console.log("5",this.bu5)
console.log(this.bu6)
}
addBu6() {
// this.bu6Service.post(this.bu6).subscribe((response:any) => {
......
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