richarjiang 91abedcb86 fix(app): prevent modal disappearing when switching to edit tab
Root cause: there was a stale loading overlay outside the tab content
(added by a previous subagent) that rendered when editLoading was true,
covering the entire modal body. Also loadDetailMembership incorrectly
managed editLoading causing state inconsistencies.

Fix:
- Remove the orphaned loading overlay outside tab content blocks
- loadDetailMembership no longer touches editLoading (switchTab owns it)
- switchTab uses Promise.all for parallel loading with formReady guard
- openDetail resets editLoading/formReady to clean state

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 10:22:02 +08:00
2026-04-04 15:39:26 +08:00
2026-04-07 09:22:58 +08:00
2026-04-04 15:39:26 +08:00
2026-04-05 21:41:54 +08:00
Description
普拉提小程序前后端
1.7 MiB
Languages
Vue 57.1%
TypeScript 42%
Shell 0.7%
SCSS 0.1%