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