flx:加参数
This commit is contained in:
parent
3f8337167f
commit
4d2a578ab7
@ -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>
|
||||
|
||||
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user