diff --git a/zfipc-ui/src/layout/components/Navbar.vue b/zfipc-ui/src/layout/components/Navbar.vue
index 93caf2a..225e5c5 100644
--- a/zfipc-ui/src/layout/components/Navbar.vue
+++ b/zfipc-ui/src/layout/components/Navbar.vue
@@ -7,7 +7,7 @@
/> -->
-
+
扁鸿设备工控管理系统
diff --git a/zfipc-ui/src/views/eqmanagement/eqcategory/index.vue b/zfipc-ui/src/views/eqmanagement/eqcategory/index.vue
index 8fa0937..6708253 100644
--- a/zfipc-ui/src/views/eqmanagement/eqcategory/index.vue
+++ b/zfipc-ui/src/views/eqmanagement/eqcategory/index.vue
@@ -1,54 +1,88 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
- 搜索
- 重置
-
-
+
+ 搜索
+ 重置
+
+
-
-
- 新增
-
-
+
-
-
+
+
-
-
-
-
-
-
-
- 设备类别图片
-
+
+ 设备类别图片
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- 修改
- 新增
- 删除
-
-
-
-
+
+
+
+
{
+ this.deptOptions = response.data;
+ });
+ },
+ // 筛选节点
+ filterNode(value, data) {
+ if (!value) return true;
+ return data.label.indexOf(value) !== -1;
+ },
+ // 节点单击事件
+ handleNodeClick(data) {
+ this.queryParams.deptId = data.id;
+ this.handleQuery();
+ },
hasPath(data) {
return data.picPath == null || data.picPath == "" ? false : true;
},