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 <el-tooltip
class="item" class="item"
effect="dark" effect="dark"
:content="item.alarmDesc" :content="item.location"
placement="top-start" placement="top-start"
> >
<span <span
>{{ $t("message.sixComplete.carDense.from") + ":" >{{ $t("message.sixComplete.carDense.from") + ":"
}}{{ item.alarmDesc }}</span }}{{ item.location }}</span
> >
</el-tooltip> </el-tooltip>
</div> </div>

View File

@ -782,7 +782,10 @@ export default {
loadRealTimeData() { loadRealTimeData() {
let json = Object.assign( let json = Object.assign(
this.filterForm, this.filterForm,
{ measurePointNumber: this.ruleForm.measurePointNumber }, {
measurePointNumber: this.ruleForm.measurePointNumber,
acquisitionInstrumentNumber: this.ruleForm.acquisitionInstrumentNumber,
},
{ projectSn: this.$store.state.projectSn } { projectSn: this.$store.state.projectSn }
); );
highFormworkMeasureCurrentDataApi(json).then((res) => { highFormworkMeasureCurrentDataApi(json).then((res) => {