--- src/main/webapp/js/user/fax/exelUpload.js
+++ src/main/webapp/js/user/fax/exelUpload.js
... | ... | @@ -387,7 +387,7 @@ |
| 387 | 387 |
errors.push({
|
| 388 | 388 |
name: row.addrNm // 이름 |
| 389 | 389 |
, phone: row.addrFaxNo // 팩스번호 |
| 390 |
- , result: "오류" // 결과 메시지 추가 |
|
| 390 |
+ , result: "중복" // 결과 메시지 추가 |
|
| 391 | 391 |
}); |
| 392 | 392 |
} |
| 393 | 393 |
}); |
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?