From 9e7172e8520cce9680ba50feb495b7a864a53120 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Tue, 10 Jun 2025 11:12:35 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E5=A4=8D=E7=9B=BE?= =?UTF-8?q?=E6=9E=84=E6=9C=BA=E6=97=B6=E9=97=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipmentCenter/tunnelBoringMachine/deviceManage.vue | 2 +- src/views/projectFront/aiAnalysis/dealPushManage.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/equipmentCenter/tunnelBoringMachine/deviceManage.vue b/src/views/equipmentCenter/tunnelBoringMachine/deviceManage.vue index fd24ab8d..dafc628e 100644 --- a/src/views/equipmentCenter/tunnelBoringMachine/deviceManage.vue +++ b/src/views/equipmentCenter/tunnelBoringMachine/deviceManage.vue @@ -56,7 +56,7 @@ - + diff --git a/src/views/projectFront/aiAnalysis/dealPushManage.vue b/src/views/projectFront/aiAnalysis/dealPushManage.vue index 2506997c..114946de 100644 --- a/src/views/projectFront/aiAnalysis/dealPushManage.vue +++ b/src/views/projectFront/aiAnalysis/dealPushManage.vue @@ -634,7 +634,10 @@ export default { submitDealForm() { this.$refs["dealForm"].validate((valid) => { if (valid) { - let params = Object.assign({}, this.dealForm); + let params = Object.assign({}, { + ...this.dealForm, + projectSn: this.$store.state.projectSn, + }); if(this.dealForm.fileList.length > 0) { params.imageUrl = this.dealForm.fileList[0].name; }