From 7e538fed6b60f16a1d4ee77e72a23148a116a174 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 22 Mar 2024 16:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E6=89=BF=E8=BD=BD=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E8=AF=84=E4=BC=B0=20=20=E7=BB=98=E5=88=B6=20=E8=B0=90?= =?UTF-8?q?=E6=B3=A2=E6=99=AE=E6=B5=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/advance-boot/bearingCapacity.ts | 9 + src/components/tree/pqs/generalTestTree.vue | 62 +++--- .../evaluationList/components/charge.vue | 15 +- .../components/photovoltaic.vue | 19 +- .../harmonicSurvey/components/planAdd.vue | 178 ++++++++++++------ .../harmonicSurvey/components/planAudits.vue | 56 +++--- .../harmonicSurvey/components/planManage.vue | 75 +++++--- 7 files changed, 271 insertions(+), 143 deletions(-) diff --git a/src/api/advance-boot/bearingCapacity.ts b/src/api/advance-boot/bearingCapacity.ts index 3edcf6cc..28bcb60f 100644 --- a/src/api/advance-boot/bearingCapacity.ts +++ b/src/api/advance-boot/bearingCapacity.ts @@ -187,3 +187,12 @@ export function removeDev(data) { params: data }) } + +// 模型训练 +export function modelTraining(data) { + return createAxios({ + url: '/advance-boot/carrycapacity/modelTraining', + method: 'POST', + data + }) +} diff --git a/src/components/tree/pqs/generalTestTree.vue b/src/components/tree/pqs/generalTestTree.vue index a5579267..5b50b6af 100644 --- a/src/components/tree/pqs/generalTestTree.vue +++ b/src/components/tree/pqs/generalTestTree.vue @@ -1,23 +1,26 @@