joker9657

Results 4 comments of joker9657

在模型多对多方法追加 `withPivot('node_id', 'type', ''scope)`

[默认不开启导出功能。](https://learnku.com/docs/dcat-admin/2.x/data-export/8101#09d442)

@Moxyu 一模一样的问题,看下源码就知道了。 `$dir = $this->app->getBasePath() . $dir` 就是上述这行代码,所以多应用下你的命令需要去掉`app` `php think ide-helper:model -D="agent/model"` #2 这个 issue 说的也是这个问题。

select2有个配置项为 `closeOnSelect`,可以实现。使用例子如下 ``` $form->multipleSelect('flow_config') ->config('closeOnSelect', false) ->options(admin_trans('strategy.options.flow_config')) ```