* Add message for batch close story.

This commit is contained in:
wangyidong
2023-07-07 16:19:28 +08:00
parent 80a09a964f
commit 9038dd0355
+1 -1
View File
@@ -1174,7 +1174,7 @@ class story extends control
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->loadModel('score')->create('ajax', 'batchOther');
return $this->send(array('result' => 'success', 'load' => $this->session->storyList));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $this->session->storyList));
}
$this->storyZen->setMenuForBatchClose($productID, $executionID, $from);