-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dict): Optimized dictionary loading and synchronization of pagina…
…tion size and total. Refined the dictionary loading logic, fixing an issue where the `pageSize` and `total` properties within the `pageOption` object of `dict` failed to synchronize correctly when using `form-select` and `form-item` components. Enhanced the watcher setup for deep listening, ensuring real-time responses to data changes. Moreover, eliminated unnecessary `setTimeout` for immediate loading. Affected components: `src/components/ma-crud/components/searchFormItem/form-select.vue` and `src/components/ma-form/formItem/form-select.vue`. fix: System configuration, radio options not rendering correctly in configuration component. Added `v-if="isCreateNode"` to `ma-form` for a comprehensive resolution to the rendering issue. Credit to @westng Closes #191
- Loading branch information
1 parent
4acb1c7
commit 616bcec
Showing
3 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters