|
@@ -136,7 +136,7 @@ import twoline2 from "./twoline2";
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
- currentComId: "1号压风机",
|
|
|
+ currentComId: this.title,
|
|
|
comOptions: [
|
|
|
{
|
|
|
id: "1",
|
|
@@ -167,6 +167,7 @@ export default {
|
|
|
bearingLegand: ["电机前轴温", "电机后轴温"],
|
|
|
};
|
|
|
},
|
|
|
+ props: ["title"],
|
|
|
methods: {
|
|
|
selectChart(val) {
|
|
|
console.log("val", val);
|