Commit 739c58e4 authored by wangqinghua's avatar wangqinghua

主机的接口数组

parent 2b719e70
...@@ -257,7 +257,7 @@ export class BasicEditComponent implements OnInit { ...@@ -257,7 +257,7 @@ export class BasicEditComponent implements OnInit {
} }
interfaceArr.push(a); interfaceArr.push(a);
}); });
this.validateForm.interfaceList = interfaceArr; this.validateForm.interfaces = interfaceArr;
this.validateForm.groups = groupArr; this.validateForm.groups = groupArr;
this.isOkLoading = true; this.isOkLoading = true;
if (this.modalTitle == '编辑资源') { if (this.modalTitle == '编辑资源') {
......
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