fix(proxy-input): 공종 드롭다운 필드명 수정

work_types API: id/name 반환 → work_type_id/work_type_name으로 접근하던 오류 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-31 15:08:30 +09:00
parent 7ccec81615
commit c71286b52b
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@
<script src="/static/js/tkfb-core.js?v=2026033108"></script>
<script src="/js/api-base.js?v=2026031701"></script>
<script src="/js/proxy-input.js?v=2026033201"></script>
<script src="/js/proxy-input.js?v=2026033202"></script>
<script>initAuth();</script>
</body>
</html>