diff --git a/project/shandong10086/apps/shandong/monitor/components/deviceSlider.vue b/project/shandong10086/apps/shandong/monitor/components/deviceSlider.vue index d7a5754b..0ed1f089 100644 --- a/project/shandong10086/apps/shandong/monitor/components/deviceSlider.vue +++ b/project/shandong10086/apps/shandong/monitor/components/deviceSlider.vue @@ -14,8 +14,13 @@ - +
设备列表
@@ -108,8 +113,8 @@ export default { return data?.name?.indexOf(v) > -1 && (!this.search.bind ? true : data.deviceStatus === this.search.bind) }, - handleTreeFilter(v) { - this.$refs.deviceTree?.filter(v) + handleTreeFilter() { + this.$refs.deviceTree?.filter(this.search.name) }, onChange () {