This commit is contained in:
BianLzhaoMin 2025-12-08 17:45:21 +08:00
parent 699ef5ec61
commit 8c25ef575b
1 changed files with 5 additions and 0 deletions

View File

@ -1012,6 +1012,11 @@ export default {
handleInputConfirm() {
let inputValue = this.inputValue
if (!inputValue) {
this.inputVisible = false
return
}
// inputValueannotationTypeOptions
const index = this.annotationTypeOptions.findIndex(
(item) => item.value === inputValue,