|
@@ -86,7 +86,7 @@ export default {
|
|
|
// 点击了历史留言
|
|
|
historicalNotesClickHandler(row) {
|
|
|
this.historicalNotesDlgVisible = true;
|
|
|
- this.historicalNotesId = Number(this.companyId);
|
|
|
+ this.historicalNotesId = row.CompanyId;
|
|
|
},
|
|
|
handleCurrentChange(val) {
|
|
|
this.page_no = val;
|