From 59da8ccf452d13ebb007739c67f45cc5e2ed1972 Mon Sep 17 00:00:00 2001
From: batman <978517621@qq.com>
Date: Mon, 13 Mar 2023 13:03:49 +0800
Subject: [PATCH] 用户管理修改展示
---
src/views/facilityManagement/ProductionEquipment/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/facilityManagement/ProductionEquipment/index.vue b/src/views/facilityManagement/ProductionEquipment/index.vue
index d9450ed..70edf54 100644
--- a/src/views/facilityManagement/ProductionEquipment/index.vue
+++ b/src/views/facilityManagement/ProductionEquipment/index.vue
@@ -19,7 +19,7 @@
<el-col :span="4">
<el-input v-model="filterText" style="height: 30px" placeholder="请输入关键字" />
<div class="tree">
-
+
<!-- <el-tree ref="treeRef" class="filter-tree" :data="data" :props="props" :filter-node-method="filterNode" /> -->
<el-tree ref="treeRef" :data="data" :props="props" @node-click="handleNodeClick" :filter-node-method="filterNode" />
</div>
@@ -155,6 +155,8 @@
const resetForm = () => {
ruleForm.searchParams.qName = '';
ruleForm.searchParams.positionNum = '';
+ ruleForm.searchParams.equipmentTypeId = '';
+ listApiTree()
listApi();
};
const listApi = () => {
@@ -322,7 +324,7 @@
const handleClicks = (tab: TabsPaneContext, event: Event) => {
console.log(tab, event);
};
-
+
const activeName = ref('first');
// const Show=ref()
// const openUp=()=>{
--
Gitblit v1.9.2