fix: 修复取件码输入框的响应式数据流问题

This commit is contained in:
yiqiu
2026-02-24 10:11:06 +08:00
committed by cnb
parent 326bb98012
commit b959bea496
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -14,10 +14,10 @@
<div class="p-8">
<PageHeader :title="config.name" @title-click="toSend" />
<RetrieveForm
v-model="code"
:input-status="inputStatus"
:error="!!error"
@submit="handleSubmit"
@update:code="code = $event"
ref="retrieveFormRef"
/>
</div>