Browse Source

Merge branch 'http_mock' into http_test

洪海涛 4 years ago
parent
commit
aa475b4483
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/modules/monthlyReport/edit/index.js

+ 1 - 1
src/store/modules/monthlyReport/edit/index.js

@@ -1047,7 +1047,7 @@ export default {
       const res = await pullSubTitle({
       const res = await pullSubTitle({
         subReportId,
         subReportId,
         catalogTitle: '线上问题',
         catalogTitle: '线上问题',
-        isServer: tabDataObj.tabKey.title ? tabDataObj.tabKey.title === '服务端' : false,
+        isServer: tabDataObj.tabKey.title ? tabDataObj.tabKey.title === '服务端' : true,
         tableRows
         tableRows
       })
       })
       // 覆盖数据
       // 覆盖数据