fix: some fields value are null after select model

This commit is contained in:
jialin
2025-04-03 20:42:20 +08:00
parent 80e85a571e
commit a23f9881ee
13 changed files with 78 additions and 94 deletions
+1 -1
View File
@@ -122,5 +122,5 @@ export default {
'models.form.restart.onerror.tips': '当发生错误时,将自动尝试恢复',
'models.form.check.params': '正在校验配置...',
'models.form.check.passed': '兼容性检查通过',
'models.form.check.claims': '该模型大约需要 {vram} 显存和 {ram} 内存.'
'models.form.check.claims': '该模型大约需要 {vram} 显存和 {ram} 内存'
};