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