From 0c49d2b53561b9f78231b22a2b08e9e3cf7b4040 Mon Sep 17 00:00:00 2001
From: yubo <autumnal_wind@yeah.net>
Date: 星期三, 24 九月 2025 19:33:26 +0800
Subject: [PATCH] perf(四险社保提醒): 去掉了一些不需要的代码

---
 src/views/remind/insurance5.vue |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)

diff --git a/src/views/remind/insurance5.vue b/src/views/remind/insurance5.vue
index e1e531a..c331066 100644
--- a/src/views/remind/insurance5.vue
+++ b/src/views/remind/insurance5.vue
@@ -468,21 +468,6 @@
     // this.initJob()
   },
   methods: {
-    exportExcel() {
-      this.queryParams.baseKey = this.queryParams.vague
-      this.queryParams.delFlag = 0
-      this.queryParams.empStatus = 0
-      var params = this.queryParams
-      this.$download('hr/empBaseInfo/exportEmpAll', { ...params }, `基本信息_${new Date().getTime()}.xls`).then(() => {
-        this.$message({
-          message: '下载成功!',
-          type: 'success'
-        })
-      })
-    },
-    editClose() {
-      this.dialog.isVisible = false
-    },
     // 翻页方法
     search() {
       this.queryParams.baseKey = ''
@@ -503,7 +488,7 @@
     },
 
     fetch(params = {}) {
-      var that = this
+      const that = this
       params.pageSize = this.pagination.size
       params.pageNum = this.pagination.num
       params.delFlag = 0
@@ -515,14 +500,6 @@
         that.total = data.total
         that.tableData = data.rows
       })
-    },
-    vagueSearch() {
-      this.fetch({
-        baseKey: this.queryParams.baseKey
-      })
-    },
-    empStatusFormat(row, column) {
-      return this.selectDictLabel(this.empStatusOptions, row.empStatus)
     },
     typeFormat(row, column) {
       return this.selectDictLabel(this.physicalExamTypeOptions, row.physicalExamType)

--
Gitblit v1.8.0