eslint
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user