作者 郭文星

123

@@ -1458,7 +1458,7 @@ class Car extends Base @@ -1458,7 +1458,7 @@ class Car extends Base
1458 ksort($charArray); 1458 ksort($charArray);
1459 1459
1460 $indexList = array_keys($charArray); 1460 $indexList = array_keys($charArray);
1461 - $itemArr = array_values($charArray); 1461 + $itemArr = array_values($newlist);
1462 } 1462 }
1463 array_unshift($indexList, "*"); 1463 array_unshift($indexList, "*");
1464 $this->success("数据获取成功", ["indexList" => $indexList, "itemArr" => $itemArr]); 1464 $this->success("数据获取成功", ["indexList" => $indexList, "itemArr" => $itemArr]);