浏览代码

Merge branch 'crm_16.7' into debug

bding 3 周之前
父节点
当前提交
aec045f73d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/dataReport_manage/components/DataSummary.vue

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

@@ -86,7 +86,7 @@ export default {
     // 点击了历史留言
     // 点击了历史留言
     historicalNotesClickHandler(row) {
     historicalNotesClickHandler(row) {
       this.historicalNotesDlgVisible = true;
       this.historicalNotesDlgVisible = true;
-      this.historicalNotesId = Number(this.companyId);
+      this.historicalNotesId = row.CompanyId;
     },
     },
     handleCurrentChange(val) {
     handleCurrentChange(val) {
       this.page_no = val;
       this.page_no = val;
@@ -97,6 +97,7 @@ export default {
       const res = await dataMainInterface.getRaiDataSummaryList({
       const res = await dataMainInterface.getRaiDataSummaryList({
         DataType: this.dataItem.DataType,
         DataType: this.dataItem.DataType,
         SellerId: this.dataItem.SellerId,
         SellerId: this.dataItem.SellerId,
+        IsServerSeller: this.dataItem.IsServerSeller,
         CurrentIndex: this.page_no,
         CurrentIndex: this.page_no,
         PageSize: this.pageSize,
         PageSize: this.pageSize,
         PopupType: this.title,
         PopupType: this.title,