From e8d946a82907aa530ff086987d3ec7d2c04a90d2 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期二, 15 十一月 2022 13:09:55 +0800
Subject: [PATCH] 默认更改列表

---
 src/views/safetyHazardAccount/index.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/safetyHazardAccount/index.vue b/src/views/safetyHazardAccount/index.vue
index 061c5db..c40cfa9 100644
--- a/src/views/safetyHazardAccount/index.vue
+++ b/src/views/safetyHazardAccount/index.vue
@@ -304,7 +304,7 @@
 
         <!--批量复查弹窗-->
         <el-dialog
-            title="提示"
+            :title="titleStr"
             :visible.sync="dialogVisible"
             :close-on-click-modal="false"
             width="40%"
@@ -345,6 +345,7 @@
 export default {
     data() {
         return {
+            titleStr:"",
             dialogVisible: false,
             checked: [],
             YHType: '0',
@@ -627,6 +628,11 @@
             })
         },
         supervision(type) {
+            if(type == '1'){
+                this.titleStr = "督查督办";
+            }else{
+                this.titleStr = "举一反三";
+            }
             var selectDataList = this.$refs.pageTable.selection;
             this.buttonType = type;
             if (selectDataList.length != 1) {

--
Gitblit v1.9.2