|
@ -403,7 +403,7 @@ export default { |
|
|
handleDelete(row) { |
|
|
handleDelete(row) { |
|
|
const idList = row.id ? [row.id] : this.ids; |
|
|
const idList = row.id ? [row.id] : this.ids; |
|
|
this.$modal |
|
|
this.$modal |
|
|
.confirm("是否确认删除当前选择的患者数据?") |
|
|
.confirm("是否确认删除当前选择的数据?") |
|
|
.then(function () { |
|
|
.then(function () { |
|
|
return followupDel({ idList: idList }); |
|
|
return followupDel({ idList: idList }); |
|
|
}) |
|
|
}) |
|
|