|
|
@ -122,7 +122,7 @@ export default { |
|
|
|
title: '您确定要删除该记录吗?', |
|
|
|
title: '您确定要删除该记录吗?', |
|
|
|
content: '删除后不可恢复', |
|
|
|
content: '删除后不可恢复', |
|
|
|
onOk () { |
|
|
|
onOk () { |
|
|
|
return Api.deleted({ activeId: item.id }) |
|
|
|
return Api.deleted({ id: item.id }) |
|
|
|
.then(result => { |
|
|
|
.then(result => { |
|
|
|
app.$message.success(result.message, 1.5) |
|
|
|
app.$message.success(result.message, 1.5) |
|
|
|
app.handleRefresh() |
|
|
|
app.handleRefresh() |
|
|
|