bugfix: 教育管理员编辑用户之后刷新列表

This commit is contained in:
2025-12-18 15:17:40 +08:00
parent 271b8af4c4
commit f011300bef
3 changed files with 149 additions and 123 deletions

View File

@@ -249,6 +249,7 @@
value-format="X"
style="width: 250px"
:disabledDate="disabledDate"
:show-time="{ format: 'HH:mm' }"
class="range_picker"
placeholder="Select the start time"
>
@@ -265,6 +266,8 @@
<a-date-picker
v-model:value="formState.currentPeriodEnd"
value-format="X"
:show-time="{ format: 'HH:mm' }"
:disabledDate="disabledDate"
style="width: 250px"
class="range_picker"
placeholder="Select the end time"