Commit 9346b599 authored by 吴春's avatar 吴春

1

parent 530a99a1
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
this.conMsg.pageIndex = 1 this.conMsg.pageIndex = 1
this.dataList = [] this.dataList = []
this.getContent(); this.getContent();
}, },
getTabsHeight() { getTabsHeight() {
let that = this; let that = this;
...@@ -352,6 +353,11 @@ ...@@ -352,6 +353,11 @@
if (this.dataFirst.length > 0) { if (this.dataFirst.length > 0) {
this.conMsg.CateId = this.dataFirst[0].Id; this.conMsg.CateId = this.dataFirst[0].Id;
this.getContent(); this.getContent();
}else{
if(this.u.TenantId==29){
this.getContent();
}
} }
} }
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment