hanbaoshan
2020-10-17 d451e7b7570a523bf0f397fa376be8d929f2492b
src/pages/settings/components/CloudNode.vue
@@ -135,6 +135,7 @@
    }
  },
  mounted () {
    console.log(this.nodes)
    //this.getInsideNodes();
  },
  methods: {
@@ -196,8 +197,8 @@
    //   return temp;
    // },
    outsideNodes () {
      //return this.nodes.filter(item=>item.hardwareType=='03');
      return this.mockData.filter(item => item.hardwareType == '03');
      return this.nodes.filter(item=>item.hardwareType=='03');
      //return this.nodes.filter(item => item.hardwareType == '03');
    }
  }
}
@@ -230,6 +231,7 @@
  .outer {
    width: 40%;
    position: relative;
    text-align: left;
    .node {
      position: absolute;
    }