From dd43c95c5a020c1a828263cc5944ed6fb644b65d Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 05 五月 2023 08:53:18 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/~mayuhao/HazardInvestigationSystem

---
 src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue b/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
index a845051..30c40c5 100644
--- a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
+++ b/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
@@ -14,6 +14,12 @@
                 </el-select>
             </div>
             <div class="basic_search">
+                <span>部门名称:</span>
+                <el-select class="analyseUnit_box" v-model="listQuery.execDepId" placeholder="部门名称" filterable clearable>
+                    <el-option v-for="item in departmentList" :key="item.id" :label="item.department" :value="item.id"></el-option>
+                </el-select>
+            </div>
+            <div class="basic_search">
                 <span>排查作业名称:</span>
                 <el-input class="analyseUnit_box" v-model="listQuery.checkWorkName" placeholder="排查作业名称" clearable> </el-input>
             </div>
@@ -295,6 +301,7 @@
                     checkWorkType: null,
                     checkWorkStatus: null,
                     checkWorkName: null,
+                    execDepId: null,
                     pageIndex: 1,
                     pageSize: 10,
 

--
Gitblit v1.9.2