修复病史数据

This commit is contained in:
huangdeliang
2021-03-13 19:25:44 +08:00
parent cac31face0
commit 3056bc2b84
5 changed files with 24 additions and 9 deletions

View File

@ -9,7 +9,7 @@
:step="5"
:value="value"
@blur="handleOnBlur"
@keydown.enter="handleEnterClick"
@keydown.enter.native="handleEnterClick"
/>
</div>
</template>