|
@@ -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;// 默认选中第一个模型文件夹
|