@@ -214,7 +214,7 @@ export default {
},
// 打开详情弹窗
openDetailForm(row) {
- Promise.all([letterManagerDetailProject({ id: row.id })]).then(([res1, res2]) => {
+ Promise.all([letterManagerDetailProject({ id: row.projectId })]).then(([res1, res2]) => {
this.formData = { ...res1.data }
this.formDialog = true
})