fix: add focus event handler to ModelSelect for improved user interaction

This commit is contained in:
wxg0103 2025-09-25 16:16:19 +08:00
parent 414756eade
commit 97b5847bb2

View File

@ -50,6 +50,7 @@
"
:options="modelOptions"
showFooter
@focus="getSelectModel"
:model-type="'TTI'"
></ModelSelect>
</el-form-item>