Commit bb5e578c authored by Achilles's avatar Achilles

修改乱跳的bug

parent 10ea16d7
...@@ -228,6 +228,7 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) { ...@@ -228,6 +228,7 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) {
return; return;
} }
if (nil == _currDashBoard) {
ProjectSummaryResponse *resp = [_summaryModel getServerResp]; ProjectSummaryResponse *resp = [_summaryModel getServerResp];
if ([resp hasClassification:@"社区2049"]) { if ([resp hasClassification:@"社区2049"]) {
[self showTab:0]; [self showTab:0];
...@@ -236,6 +237,7 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) { ...@@ -236,6 +237,7 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) {
} else if ([resp hasClassification:@"万科广场"]) { } else if ([resp hasClassification:@"万科广场"]) {
[self showTab:2]; [self showTab:2];
} }
}
if (nil != _currDashBoard) { if (nil != _currDashBoard) {
ProjectSummary *data = [[_summaryModel getServerResp] getSummary:_currDashBoard.name]; ProjectSummary *data = [[_summaryModel getServerResp] getSummary:_currDashBoard.name];
......
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