删除修改
This commit is contained in:
parent
e023e3ae7f
commit
63bd139913
@ -906,7 +906,7 @@ export default {
|
||||
handleDelete(row) {
|
||||
const ids = row.id || this.ids;
|
||||
this.$modal
|
||||
.confirm('是否确认删除居住社区信息编号为"' + ids + '"的数据项?')
|
||||
.confirm('是否确认删除居住社区信息的数据项?')
|
||||
.then(function () {
|
||||
return delCommunityInfo(ids);
|
||||
})
|
||||
|
||||
@ -580,7 +580,7 @@ export default {
|
||||
/** 删除按钮操作 */
|
||||
handleDelete(row) {
|
||||
const ids = row.id || this.ids;
|
||||
this.$modal.confirm('是否确认删除被护理人基本信息编号为"' + ids + '"的数据项?').then(function() {
|
||||
this.$modal.confirm('是否确认删除被护理人基本信息的数据项?').then(function() {
|
||||
return delPatientArchives(ids);
|
||||
}).then(() => {
|
||||
this.getList();
|
||||
|
||||
@ -1647,7 +1647,7 @@ export default {
|
||||
handleDelete(row) {
|
||||
const ids = row.id || this.ids;
|
||||
this.$modal
|
||||
.confirm('是否确认删除护理站人员信息编号为"' + ids + '"的数据项?')
|
||||
.confirm('是否确认删除护理站人员信息的数据项?')
|
||||
.then(function () {
|
||||
return delPerson(ids);
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user