Browse Source

历史的增加公司id

bding 1 tuần trước cách đây
mục cha
commit
44dab7c893
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;