mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复复制简易应用,AI 模型信息没有复制过去
This commit is contained in:
parent
9febff2200
commit
fada627b4f
|
|
@ -152,7 +152,7 @@ const searchValue = ref('')
|
|||
|
||||
function copyApplication(row: any) {
|
||||
application.asyncGetApplicationDetail(row.id, loading).then((res: any) => {
|
||||
CopyApplicationDialogRef.value.open(res.data)
|
||||
CopyApplicationDialogRef.value.open({ ...res.data, model_id: res.data.model })
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue