曾超新 5 years ago
parent 2b83c3f821
commit b3125cf18e
  1. 2
      frontend/controllers/PhoneCenterController.php

@ -508,7 +508,7 @@ public function actionDownload(){
$request = Yii::$app->request;
$company_type = $request->get('company_type',0);
return $this->render('usercall-index',[
'company_id' => $company_type
'company_type' => $company_type
]);
}
public function actionUsercallIndexJson(){

Loading…
Cancel
Save