fix(tkpurchase): API 요청에 _t= 타임스탬프 캐시버스터 추가

디버깅 결과 서버(DB→Model→API) 모두 정상 3건 반환 확인.
브라우저/프록시 레벨 캐싱이 원인으로 추정되어
api() 함수에 Date.now() 기반 캐시버스터 파라미터 추가.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-16 08:27:06 +09:00
parent 8ed0b832ab
commit 5d24584553
10 changed files with 14 additions and 13 deletions

View File

@@ -100,7 +100,7 @@
</div>
</div>
<script src="/static/js/tkpurchase-core.js?v=2026031603"></script>
<script src="/static/js/tkpurchase-core.js?v=2026031604"></script>
<script src="/static/js/tkpurchase-workreport-summary.js?v=2026031601"></script>
<script>initSummaryPage();</script>
</body>