TC 수정 반영

This commit is contained in:
kimre
2022-07-18 01:06:10 +09:00
parent e8328fef2c
commit 2bfa07c17f
30 changed files with 2446 additions and 2066 deletions

View File

@@ -123,6 +123,11 @@ export default {
if (result != null && result.retCode == "0000") {
this.getAuthList();
return;
}else if(result != null && result.retCode == "4020"){
this.row = {}
this.row.title = '권한 관리';
this.row.msg1 = '해당 권한에 매핑된 사용자가 있습니다.';
this.$refs.commmonModal.alertModalOpen(this.row);
} else {
this.row = {}
this.row.title = '권한 관리';