mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: add focus event handler to ModelSelect for improved user interaction
This commit is contained in:
parent
414756eade
commit
97b5847bb2
|
|
@ -50,6 +50,7 @@
|
|||
"
|
||||
:options="modelOptions"
|
||||
showFooter
|
||||
@focus="getSelectModel"
|
||||
:model-type="'TTI'"
|
||||
></ModelSelect>
|
||||
</el-form-item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue