From 37b718547bc441c7502f0bfcf86209efe253851b Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 06 四月 2022 17:32:03 +0800
Subject: [PATCH] 'lct'

---
 src/views/contractor/unitManage/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/contractor/unitManage/index.vue b/src/views/contractor/unitManage/index.vue
index 28654bb..1aafcc0 100644
--- a/src/views/contractor/unitManage/index.vue
+++ b/src/views/contractor/unitManage/index.vue
@@ -56,7 +56,7 @@
                 <el-table-column label="操作" align="center" width="280" class-name="small-padding fixed-width">
                     <template slot-scope="scope">
                         <el-button type="text" @click="showUnitForm(scope.row,'编辑')">编辑</el-button>
-                        <el-button type="text" style="color: red" @click="deleteById(scope.row)">删除</el-button>
+<!--                        <el-button type="text" style="color: red" @click="deleteById(scope.row)">删除</el-button>-->
                         <el-button type="text" style="color: red" @click="addBlack(scope.row)">黑名单</el-button>
                     </template>
                 </el-table-column>
@@ -243,6 +243,7 @@
                 params['pageIndex'] = this.currentPage
                 params['pageSize'] = this.pageSize
                 params['company'] = this.company
+                params['isMain'] = false
                 let res = await getUnitList(params)
                 if(res.data.code === '200'){
                     this.recordTotal = res.data.result.totalCount

--
Gitblit v1.9.2