瀏覽代碼

历史的增加公司id

bding 1 周之前
父節點
當前提交
44dab7c893
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;