@@ -239,7 +239,7 @@ export default {
prompt: '确定删除?',
click: ({ row, index, column }) => {
letterManagerDelProject({
- id: row.id
+ id: row.projectId
})
.then(res => {
this.$refs.pageRef.refreshList()