|
|
@ -95,7 +95,7 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
deleteCrfItem(id) { |
|
|
|
this.$confirm('确认删除吗?').then(() => { |
|
|
|
this.$confirmFun('确认删除吗?').then(() => { |
|
|
|
this.$http.delete('/project/crf/template', { params: { id }}).then(() => { |
|
|
|
this.$message.success('删除成功') |
|
|
|
this.getDataList() |
|
|
|