Merge branch 'songpeiyan_bug#30856' into 'master'

*Fix bug #30856

See merge request easycorp/zentaopms!6829
This commit is contained in:
孙广明
2023-02-02 00:46:04 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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')
+1 -1
View File
@@ -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>