Merge branch 'songpeiyan_bug#30856' into 'master'
*Fix bug #30856 See merge request easycorp/zentaopms!6829
This commit is contained in:
@@ -213,7 +213,7 @@ class group extends control
|
||||
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
|
||||
|
||||
if($type == 'byGroup') return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
|
||||
if($type == 'byModule') return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'window.parent.location.reload()'));
|
||||
if($type == 'byModule') return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'parent'));
|
||||
}
|
||||
|
||||
if($type == 'byGroup')
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<form class='table-bymodule pdb-20' method='post' target='hiddenwin'>
|
||||
<form class='table-bymodule pdb-20 form-ajax' method='post' target='hiddenwin'>
|
||||
<table class='table table-form'>
|
||||
<tr class='text-center'>
|
||||
<td class='strong'><?php echo $lang->group->module;?></td>
|
||||
|
||||
Reference in New Issue
Block a user