Files
vexplor/frontend/lib
DDD1542 df04afa5de feat: Refactor EditModal for improved INSERT/UPDATE handling
- Introduced a new state flag `isCreateModeFlag` to determine the mode (INSERT or UPDATE) directly from the event, enhancing clarity in the modal's behavior.
- Updated the logic for initializing `originalData` and determining the mode, ensuring that the modal correctly identifies whether to create or update based on the provided data.
- Refactored the update logic to send the entire `formData` without relying on `originalData`, streamlining the update process.
- Enhanced logging for better debugging and understanding of the modal's state during operations.
2026-02-12 16:20:26 +09:00
..
2025-11-28 11:52:23 +09:00
2025-12-09 10:18:07 +09:00
2025-12-09 12:13:30 +09:00
2025-09-26 13:52:32 +09:00
2025-09-03 18:23:23 +09:00