Merge branch 'sprint/217_tianshujie_fixbug' into 'master'

Sprint/217 tianshujie fixbug

See merge request easycorp/zentaopms!4616
This commit is contained in:
王怡栋
2022-07-20 09:29:29 +00:00
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ class program extends control
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->loadModel('action')->create('program', $programID, 'opened');
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'id' => $programID, 'locate' => inlink('browse')));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'id' => $programID, 'locate' => $this->session->programList));
}
$extra = str_replace(array(',', ' '), array('&', ''), $extra);