flx:加参数

This commit is contained in:
Rain_ 2025-11-04 12:00:22 +08:00
parent 3f8337167f
commit 4d2a578ab7
2 changed files with 6 additions and 3 deletions

View File

@ -132,12 +132,12 @@
<el-tooltip
class="item"
effect="dark"
:content="item.alarmDesc"
:content="item.location"
placement="top-start"
>
<span
>{{ $t("message.sixComplete.carDense.from") + ":"
}}{{ item.alarmDesc }}</span
}}{{ item.location }}</span
>
</el-tooltip>
</div>

View File

@ -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) => {