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