修改\plugin\admin\app\controller\Crud.php第91行
$where = $request->get();
修改成
$where = $request->except(['field']);
前端引用示例:
const SELECT_API = "/app/admin/data/select?field=id&order=desc";
由于github访问不了
谢谢分享~
由于github访问不了
谢谢分享~