Commit baf47ab7 authored by tianhongyang's avatar tianhongyang

fix bug

parent a1483b6c
...@@ -264,7 +264,7 @@ export default { ...@@ -264,7 +264,7 @@ export default {
} }
}, },
viewProject(row) { viewProject(row) {
this.dialogQueryParams.combineId = row.companyId; this.dialogQueryParams.combineId = row.counterpartCompanyId;
this.cooperationRecordDialog = true; this.cooperationRecordDialog = true;
}, },
async dialogHandleQurey(params) { async dialogHandleQurey(params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment