|
@@ -9,6 +9,10 @@ class REmployeController extends AdminController {
|
|
|
|
|
|
public function actionIndex()
|
|
public function actionIndex()
|
|
{
|
|
{
|
|
|
|
+ $tmp = JEmploye::model()->findAll();
|
|
|
|
+ foreach ($tmp as $k => $v) {
|
|
|
|
+ $v->delete();
|
|
|
|
+ }
|
|
$status = CommonFn::getComboboxData(JEmploye::$status_option, 100, true, 100);//人员状态
|
|
$status = CommonFn::getComboboxData(JEmploye::$status_option, 100, true, 100);//人员状态
|
|
$auth = CommonFn::getComboboxData(JEmploye::$auth_option, 1, true, 100);
|
|
$auth = CommonFn::getComboboxData(JEmploye::$auth_option, 1, true, 100);
|
|
$this->render('index',array(
|
|
$this->render('index',array(
|