mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: 【模型管理】新建或编辑模型时,API key为空时提示问题
This commit is contained in:
parent
034c2a86d3
commit
2d8422292c
|
|
@ -104,7 +104,7 @@ const errMsg = computed(() => {
|
|||
return props_info.value.err_msg
|
||||
? props_info.value.err_msg
|
||||
: isString(props.formfield.label)
|
||||
? props.formfield.label
|
||||
? props.formfield.label + '不能为空'
|
||||
: props.formfield.label.label + '不能为空'
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue