讲师管理bug

This commit is contained in:
zhangsir
2024-11-27 17:09:21 +08:00
parent b2ce8944cc
commit 4392e764c1
5 changed files with 16 additions and 7 deletions

View File

@@ -284,7 +284,7 @@
</a-col>
<a-col :span="12">
<a-form-item label="参训人数" name="studys">
<a-input v-model:value="formParam.studys" class="draitem" @blur="clearstudysNumber"
<a-input v-model:value="formParam.studys" class="draitem" @change="clearstudysNumber"
placeholder="请输入参训人数" allowClear showSearch >
</a-input>
</a-form-item>