This commit is contained in:
sunguangming
2023-12-25 09:22:27 +08:00
parent 7f29cd2ee4
commit 3d1709e314
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -237,6 +237,7 @@ class tree extends control
if(dao::isError()) return $this->sendError(dao::getError());
if($this->viewType == 'json') return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'idList' => $moduleIDList));
if(helper::isAjaxRequest('modal')) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'closeModal' => true));
return $this->sendSuccess(array('load' => true));
}
}