src/views/dmx/model/index.vue
@@ -155,6 +155,7 @@ <addTableName v-model:tabShow="tabShow" :nameList="editList" :title="title" @refresh-parent="refreshParentMethod" v-if="tabShow" ></addTableName> @@ -216,6 +217,7 @@ const modelType = ref(1); const handleAdd = () => { tabShow.value = true; title.value = '添加模型'; editList.value.llm_factory = tabKey.value; }; const editList = ref({ llm_factory: '' }); @@ -233,6 +235,7 @@ if (type == 1) { tabShow.value = true; editList.value = val; title.value = '编辑模型'; editList.value.llm_factory = tabKey.value; } else { modelType.value = 2;