|
|
@ -139,7 +139,7 @@ export default { |
|
|
|
const params = { |
|
|
|
id: this.id |
|
|
|
} |
|
|
|
this.$confirmFun('你确定要删除此随访记录吗?').then(() => { |
|
|
|
this.$confirmFun('你确定要删除吗?').then(() => { |
|
|
|
this.$http.post('/case/delete', params).then(() => { |
|
|
|
this.getFormList() |
|
|
|
this.$message.success('删除成功') |
|
|
|