删除提示修改

This commit is contained in:
cwchen 2024-09-14 11:58:44 +08:00
parent 52ffa3efb0
commit 307729a380
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@
filePath:row.filePath, filePath:row.filePath,
teamId:row.teamId, teamId:row.teamId,
} }
this.$modal.confirm('是否确认删除人员编号为"' + row.id + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除人员姓名为"' + row.name + '"的数据项?').then(function() {
return delPerson(param); return delPerson(param);
}).then(() => { }).then(() => {
this.getList(); this.getList();