From 36730eac964e814a4fc9a0879c499e326fc00ac8 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期六, 14 九月 2024 11:41:07 +0800 Subject: [PATCH] 预测项配置 --- src/views/model/pre/predict/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/model/pre/predict/index.vue b/src/views/model/pre/predict/index.vue index 8e516fc..1d3ec86 100644 --- a/src/views/model/pre/predict/index.vue +++ b/src/views/model/pre/predict/index.vue @@ -103,7 +103,7 @@ </template> <script lang="ts" setup> import MmPredictItemForm from './MmPredictItemForm.vue' -import * as MmPredictItem from '@/api/model/pre/dm' +import * as MmPredictItem from '@/api/model/pre/predict' defineOptions({name: 'DataMmPredictItem'}) -- Gitblit v1.9.3