From 6c6e0514283c7ff3016b845b600186b464e616c4 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 25 八月 2022 16:44:56 +0800 Subject: [PATCH] 项目 --- src/views/doublePreventAction/hiddenDanger/inspectionRecord/index.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionRecord/index.vue b/src/views/doublePreventAction/hiddenDanger/inspectionRecord/index.vue index 3338837..d154d2c 100644 --- a/src/views/doublePreventAction/hiddenDanger/inspectionRecord/index.vue +++ b/src/views/doublePreventAction/hiddenDanger/inspectionRecord/index.vue @@ -19,6 +19,12 @@ <el-option v-for="item in taskTypeList" :key="item.id" :label="item.name" :value="item.id"></el-option> </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> <el-button class="filter-item" style="margin-left: 10px;margin-top: 10px" type="primary" icon="el-icon-refresh" @click="refreshHandle">搜索</el-button> </div> <div class="table_content"> @@ -184,6 +190,7 @@ pageSize: 10, result: null, taskStatus: null, + execDepId: null, taskType: null }, } -- Gitblit v1.9.2