From b1a0d701cf898c8b7812e66a808a1c91f2bae6cc Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 17 三月 2026 16:44:11 +0800
Subject: [PATCH] 2026.3.17

---
 src/views/analysis/evalution/components/precheck/CompPreCheck.vue |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/src/views/analysis/evalution/components/precheck/CompPreCheck.vue b/src/views/analysis/evalution/components/precheck/CompPreCheck.vue
index 3dba2b8..c3cd704 100644
--- a/src/views/analysis/evalution/components/precheck/CompPreCheck.vue
+++ b/src/views/analysis/evalution/components/precheck/CompPreCheck.vue
@@ -2,7 +2,7 @@
   <el-steps :active="stepIndex" finish-status="success" style="" align-center>
     <el-step title="璇勪及鑼冨洿" />
     <el-step title="鏁版嵁婧愭鏌�" />
-    <el-step title="鏉$洰璞佸厤" />
+    <!-- <el-step title="鏉$洰璞佸厤" /> -->
     <el-step title="鑷姩璇勪及" />
   </el-steps>
   <CompCheckArea v-show="stepIndex == 0" v-model="stepIndex" @change="onAreaChange"></CompCheckArea>
@@ -12,13 +12,13 @@
     ref="refSource"
     @change="onDataSourceChange"
   ></CompCheckSource>
-  <CompCheckExemption
+  <!-- <CompCheckExemption
     v-show="stepIndex == 2"
     v-model="stepIndex"
     @change="onExemptionChange"
-  ></CompCheckExemption>
+  ></CompCheckExemption> -->
   <CompCheckConfirm
-    v-show="stepIndex == 3"
+    v-show="stepIndex == 2"
     v-model="stepIndex"
     :area-info="area"
     :data-source="dataSource"
@@ -28,11 +28,11 @@
 </template>
 
 <script>
-import dayjs from 'dayjs';
-import CompCheckArea from './components/CompCheckArea.vue';
-import CompCheckSource from './components/CompCheckSource.vue';
-import CompCheckExemption from './components/CompCheckExemption.vue';
-import CompCheckConfirm from './components/CompCheckConfirm.vue';
+import dayjs from 'dayjs'
+import CompCheckArea from './components/CompCheckArea.vue'
+import CompCheckSource from './components/CompCheckSource.vue'
+import CompCheckExemption from './components/CompCheckExemption.vue'
+import CompCheckConfirm from './components/CompCheckConfirm.vue'
 
 /**
  * 鑷姩璇勪及鏉′欢鍚堣鎬ф鏌�
@@ -48,20 +48,20 @@
       stepIndex: 0,
       area: {
         _locations: {},
-        _scenetype: {}
+        _scenetype: {},
       },
       dataSource: {},
       // 璞佸厤鏉$洰
-      exemptionItems: {}
-    };
+      exemptionItems: {},
+    }
   },
   methods: {
     /**
      * 鐩戝惉璇勪及鑼冨洿鍙樻洿
      */
     onAreaChange(val) {
-      const v = val.value;
-      this.area = v;
+      const v = val.value
+      this.area = v
       const a = {
         provincecode: v._locations.pCode,
         provincename: v._locations.pName,
@@ -75,23 +75,23 @@
         endtime: this.$fm.formatYMDHMS(v.time),
         scensetypeid: v._scenetype.value,
         online: true,
-        sourceType: v.sourceType
-      };
-      this.$refs.refSource.startCheck(a);
+        sourceType: v.sourceType,
+      }
+      this.$refs.refSource.startCheck(a)
     },
     onDataSourceChange(val) {
-      this.dataSource = val;
+      this.dataSource = val
     },
     onExemptionChange(val) {
-      this.exemptionItems = val;
+      this.exemptionItems = val
     },
     /**
      * 鑷姩璇勪及鍓嶇疆鍚堣鎬ф鏌�
      * 妫�鏌ユ墍閫夎寖鍥村唴鍚勯」璇勪及鏁版嵁婧愭槸鍚﹀畬鏁�
      */
     onNewTask() {
-      this.$emit('startTask');
-    }
-  }
-};
+      this.$emit('startTask')
+    },
+  },
+}
 </script>

--
Gitblit v1.9.3