Files
KArtSell.Aegis/frontend
kjh2064 bd971cacdd
deploy / deploy (push) Failing after 47s
deploy / notify (push) Successful in 0s
fix(fe): CommonCodeManagementPage - input reset bug on new row edit
Problem: Adding a group row then typing in cells caused continuous reset
Root Cause: Vue reactivity lost when assigning new array to reactive object
Solution: Use Object.assign() to maintain reactivity tracking

- Changed: mockChildCodesMap[key] = list
- To: Object.assign(mockChildCodesMap, { [key]: list })
- Result: Cell input now persists without reset

Affects: /system/common-codes grid editing

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-16 20:29:36 +09:00
..
2026-08-02 05:15:36 +09:00