From e8dd85537ec9060133956629019c429ffb22f8c0 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 금, 10 12월 2021 18:34:32 +0900 Subject: [PATCH] 업체 isp,호스팅 연동 --- src/main/webapp/views/companyField/companyFieldAdd.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/companyField/companyFieldAdd.html b/src/main/webapp/views/companyField/companyFieldAdd.html index eda4407..bdc7310 100644 --- a/src/main/webapp/views/companyField/companyFieldAdd.html +++ b/src/main/webapp/views/companyField/companyFieldAdd.html @@ -36,6 +36,7 @@ </label> <js-autocomplete-single data-input-name="ispField" selected-model="vm.form.issueIspFields" + ng-model="vm.form.ispName" search="vm.form.ispName" source="fn.getIssueIspFieldList(vm.ispName, vm.form.issueIspFields, vm.autoCompletePage.issueIspFields.page, fn.getIssueIspFieldListCallBack)" page="vm.autoCompletePage.IspField.page" -- Gitblit v1.8.0