bugfix: 教育管理员编辑用户之后刷新列表
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user