@@ -292,7 +292,7 @@ typedef enum {
int result = [[json objectForKey:@"result"] intValue];
if (result == RESULT_TRUE) {
-
+ self.currentKPI = 1;
self.monthArray = [json objectForKey:@"month"];
[self.KPIArray removeAllObjects];