|
@@ -24,7 +24,6 @@ class Project extends Base_Controller {
|
|
// 项目管理首页
|
|
// 项目管理首页
|
|
public function data() {
|
|
public function data() {
|
|
$userid = $this->get_user_info('id');
|
|
$userid = $this->get_user_info('id');
|
|
- $companyid = $this->get_user_info('companyid');
|
|
|
|
$role = $this->get_user_info('role');
|
|
$role = $this->get_user_info('role');
|
|
$project_id = intval($this->input->post('project_id', true));
|
|
$project_id = intval($this->input->post('project_id', true));
|
|
$type = intval($this->input->post('type', true));
|
|
$type = intval($this->input->post('type', true));
|
|
@@ -501,7 +500,6 @@ class Project extends Base_Controller {
|
|
exit(json_result('0200', $this->response['0200'], array()));
|
|
exit(json_result('0200', $this->response['0200'], array()));
|
|
}
|
|
}
|
|
$role = $this->get_user_info('role');
|
|
$role = $this->get_user_info('role');
|
|
- // $companyid = $this->get_user_info('companyid');
|
|
|
|
$userid = $this->get_user_info('id');
|
|
$userid = $this->get_user_info('id');
|
|
|
|
|
|
$fields = 'projectname as project_name,
|
|
$fields = 'projectname as project_name,
|