王震
2023-09-14 0989fc93dcc7308227c6510586eb1becae49fb83
src/components/view/technology.vue
@@ -518,9 +518,9 @@
        elementId: "",
        deviceGroup: "",
      },
      search: {
        type: "",
      },
      // search: {
      //   type: "",
      // },
      delete: [],
      treetrunk: [],
      process: [],
@@ -706,7 +706,7 @@
    query(val) {
      this.selectAllTechTem();
    },
     selectAllTechTem() {
     selectAllTechTem() {
       this.$axios
        .get(this.$api.url.selectAllTechTem, {
          params: { type: this.typeselect, message: this.search.technology },
@@ -861,4 +861,4 @@
    },
  },
};
</script>
</script>