mirror of https://gitee.com/karson/fastadmin.git
parent
63426c0e72
commit
214ff67a55
|
|
@ -476,7 +476,7 @@ class Backend extends Controller
|
||||||
try {
|
try {
|
||||||
$result = $selectPage->execute($this->request->request());
|
$result = $selectPage->execute($this->request->request());
|
||||||
} catch (\think\Exception $e) {
|
} catch (\think\Exception $e) {
|
||||||
$this->error($e->getMessage());
|
$this->error(__($e->getMessage()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return json($result);
|
return json($result);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue