From 2bb74cf7d0962e0d962636b352ab7317d6a2e78e Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 27 Oct 2025 16:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/employee/index.vue | 2 +- ruoyi-ui/src/views/kaohe/gather/index.vue | 4 ++-- ruoyi-ui/src/views/kaohe/items/index.vue | 2 +- ruoyi-ui/src/views/kaohe/pingce/index.vue | 7 +++++-- ruoyi-ui/src/views/kaohe/template/index.vue | 2 +- ruoyi-ui/src/views/kaohe/vote/index.vue | 6 +++--- ruoyi-ui/src/views/system/dept/index.vue | 2 +- 7 files changed, 14 insertions(+), 11 deletions(-) diff --git a/ruoyi-ui/src/views/kaohe/employee/index.vue b/ruoyi-ui/src/views/kaohe/employee/index.vue index 6bfa656..b67f0b2 100644 --- a/ruoyi-ui/src/views/kaohe/employee/index.vue +++ b/ruoyi-ui/src/views/kaohe/employee/index.vue @@ -512,7 +512,7 @@ export default { /** 删除按钮操作 */ handleDelete(row) { const ids = row.id || this.ids - this.$modal.confirm('是否确认删除职工信息编号为"' + ids + '"的数据项?').then(function() { + this.$modal.confirm('是否确认删除该数据项?').then(function() { return delEmployee(ids) }).then(() => { this.getList() diff --git a/ruoyi-ui/src/views/kaohe/gather/index.vue b/ruoyi-ui/src/views/kaohe/gather/index.vue index d6f7b80..94f82d8 100644 --- a/ruoyi-ui/src/views/kaohe/gather/index.vue +++ b/ruoyi-ui/src/views/kaohe/gather/index.vue @@ -62,7 +62,7 @@ - +