feat: clear model when create llm (#10711)

This commit is contained in:
CityFun
2025-10-21 17:53:20 +08:00
committed by GitHub
parent 5d8208a061
commit 34496f6a00

View File

@@ -86,6 +86,7 @@ const emit = defineEmits(['search']);
const openCreate = (): void => {
mode.value = 'create';
drawerVisiable.value = true;
tensorRTLLM.value = newTensorRTLLM();
};
const openEdit = (rowData: any): void => {