+ Add refresh result tip for mr.

This commit is contained in:
caoyanyi
2024-05-20 16:24:13 +08:00
parent 38050941a3
commit b41fb50e06
+1 -1
View File
@@ -984,6 +984,6 @@ class mr extends control
public function ajaxSyncCompile(int $compileID)
{
$this->loadModel('ci')->checkCompileStatus($compileID);
return $this->sendSuccess(array('load' => true));
return $this->sendSuccess(array('message' => $this->lang->mr->refreshSuccess, 'load' => true));
}
}