From 4d2a578ab7f7a3033059a699c0ab258c60b87ab2 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Tue, 4 Nov 2025 12:00:22 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/aiAnalysis/dealPushManage.vue | 4 ++-- src/views/projectFront/highModulus/pointManage.vue | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/projectFront/aiAnalysis/dealPushManage.vue b/src/views/projectFront/aiAnalysis/dealPushManage.vue index 114946de..0e679f05 100644 --- a/src/views/projectFront/aiAnalysis/dealPushManage.vue +++ b/src/views/projectFront/aiAnalysis/dealPushManage.vue @@ -132,12 +132,12 @@ {{ $t("message.sixComplete.carDense.from") + ":" - }}{{ item.alarmDesc }} diff --git a/src/views/projectFront/highModulus/pointManage.vue b/src/views/projectFront/highModulus/pointManage.vue index bd22403e..cf6684ad 100644 --- a/src/views/projectFront/highModulus/pointManage.vue +++ b/src/views/projectFront/highModulus/pointManage.vue @@ -782,7 +782,10 @@ export default { loadRealTimeData() { let json = Object.assign( this.filterForm, - { measurePointNumber: this.ruleForm.measurePointNumber }, + { + measurePointNumber: this.ruleForm.measurePointNumber, + acquisitionInstrumentNumber: this.ruleForm.acquisitionInstrumentNumber, + }, { projectSn: this.$store.state.projectSn } ); highFormworkMeasureCurrentDataApi(json).then((res) => {