Commit 5398685c authored by wangqinghua's avatar wangqinghua

兼容性测试

parent dee21ce5
......@@ -311,6 +311,9 @@ export class BasicEditComponent implements OnInit {
if (this.macroTYpe == 'macroExpand') {
this.validateForm.macros = this.macroList2;
}
this.validateForm.interfaces.forEach(e=>{
e.hostid = this.hostId
});
this.validateForm.hostid = this.hostId;
this.validateForm.macros = this.macroList1;
this.overAllSer.updateHost(this.validateForm).subscribe(
......
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