This commit is contained in:
2025-11-13 14:31:15 +08:00
parent 0afa8fad54
commit 2a9c088666
33 changed files with 50 additions and 106 deletions

View File

@@ -58,14 +58,13 @@
import { getModelTrainingListApi, startPredictApi, getModelPredictResultApi, getHandleLoadDataResultApi } from '@/api/data/dataForecast';
import BaseTable from '@/components/common/table/baseTable.vue';
import { ref, onMounted } from 'vue';
import type{ Ref } from 'vue';
import type { Model } from './type';
const inputTableRef = ref();
const outputTableRef = ref();
const selectedModel = ref({} as Model);
const modelOptions:Ref<Model[]> = ref([]);
const modelOptions: any = ref([]);
const queryModelListFun = async () => {
const req = {