删除提示修改
This commit is contained in:
parent
52ffa3efb0
commit
307729a380
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue