企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~ js 文件 //重点 $.getJSON('device/device_user/type_name')}, {field: 'type', title: __('User type'), formatter:function ($value,$row) { return $row.type_name ;},searchList: $.getJSON('device/device_user/type_name')}, ~~~ ~~~ 控制器返回数据 public function type_name() { return Arrs::reSetByKey(DeviceConsts::USER_TYPE,'id'); } ~~~