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