Quellcode durchsuchen

历史的增加公司id

bding vor 1 Woche
Ursprung
Commit
44dab7c893
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/dataReport_manage/components/DataSummary.vue

+ 1 - 1
src/views/dataReport_manage/components/DataSummary.vue

@@ -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;