From 8fab2c64de2185fb905a9f63ff92c205cc8c75ca Mon Sep 17 00:00:00 2001 From: minhee <alsdldlfrl@gmail.com> Date: 수, 16 3월 2022 18:26:35 +0900 Subject: [PATCH] - 이슈목록 - 테이블표시설정에 등록일 추가 --- src/main/webapp/views/issue/issueModifyDepartment.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/issue/issueModifyDepartment.html b/src/main/webapp/views/issue/issueModifyDepartment.html index 2d49a30..2beb3c1 100644 --- a/src/main/webapp/views/issue/issueModifyDepartment.html +++ b/src/main/webapp/views/issue/issueModifyDepartment.html @@ -16,9 +16,9 @@ <js-autocomplete-multi data-input-name="departments" selected-model="vm.form.departments" search="vm.departmentName" - source="fn.getIssueDepartmentList(vm.departmentName, vm.form.departments)" + source="fn.getIssueDepartmentList(vm.form.issueTypeId, vm.departmentName, vm.form.departments)" input-disabled="false" - translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }" + translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }" extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi> -- Gitblit v1.8.0