From 307729a3807a5ea14d213e613c8cb785668da36d Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sat, 14 Sep 2024 11:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8F=90=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/staff/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/base/staff/index.vue b/src/views/base/staff/index.vue index 5e1267e..36411cc 100644 --- a/src/views/base/staff/index.vue +++ b/src/views/base/staff/index.vue @@ -946,7 +946,7 @@ filePath:row.filePath, teamId:row.teamId, } - this.$modal.confirm('是否确认删除人员编号为"' + row.id + '"的数据项?').then(function() { + this.$modal.confirm('是否确认删除人员姓名为"' + row.name + '"的数据项?').then(function() { return delPerson(param); }).then(() => { this.getList();