
--- client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
+++ client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
... | ... | @@ -233,9 +233,9 @@ |
233 | 233 |
alert("코드를 입력해주세요."); |
234 | 234 |
return false; |
235 | 235 |
} |
236 |
- const alpha = /^[a-zA-Z_-]*$/; |
|
236 |
+ const alpha = /^[A-Z_]*$/; |
|
237 | 237 |
if (!alpha.test(this.viewCode.cd)) { |
238 |
- alert("권한코드는 영문(대문자)과 언더바(_)만 사용하여 작성해주세요."); |
|
238 |
+ alert("코드는 영문(대문자)과 언더바(_)만 사용하여 작성해주세요."); |
|
239 | 239 |
return false; |
240 | 240 |
} |
241 | 241 |
if ( |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?