code-support.js 수정(this.format 추가)

main
이범준 1 year ago
parent b14f564283
commit 80cd6cce9c

@ -3,6 +3,9 @@ class CommonCodes {
codeList.forEach(item => this[item.code] = !asObject ? item.value : item);
this.codes = () => codeList.map(item => item.code);
this.list = () => codeList;
this.format = (code) => {
return this.value(code, "");
}
}
_value(code, field) {

Loading…
Cancel
Save