From 7e2b37c805ae40d04c71024ef2b42b69a75fcc84 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 06 Sep 2022 17:17:48 +0800
Subject: [PATCH] Default Changelist
---
src/views/facilityManagement/ProductionEquipment/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/facilityManagement/ProductionEquipment/index.vue b/src/views/facilityManagement/ProductionEquipment/index.vue
index d9450ed..c57c383 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>
@@ -27,7 +27,7 @@
<el-col :span="20">
<div class="btns">
<div>
- <el-button size="default" type="primary" :icon="Plus" @click="openD('新建')">新建</el-button>
+ <el-button size="default" type="primary" :icon="Plus" @click="openD('新增')">新增</el-button>
<el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen"
@click="openD('修改', deletAll[0])">修改</el-button>
<el-button size="default" :disabled="danger" type="danger" :icon="Delete" @click="onDeleteAll" plain>删除</el-button>
@@ -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