Browse Source

修改bug7487

haojianlong 3 years ago
parent
commit
78f72cf1c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/model/report/index.vue

+ 1 - 0
src/views/model/report/index.vue

@@ -267,6 +267,7 @@ export default {
           this.tableList = res.Content;
           if (this.tableList && this.tableList.length) {
             this.tableList.forEach((item, index) => {
+              item.flag = true;
               item.Code = item.Id;
             })
             this.activeTab = this.tableList[0].Code;// 默认选中第一个模型文件夹