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>