瀏覽代碼

服务优化

whj 4 年之前
父節點
當前提交
9e3882a1a2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Admin/Controllers/ServiceManagement/ServiceController.php

+ 1 - 0
app/Admin/Controllers/ServiceManagement/ServiceController.php

xqd
@@ -76,6 +76,7 @@ class ServiceController extends AdminController
 //                    $query->where('name','like',"%{$this->input}%");
 //                });
 //            },'机构名');
+            $filter->equal('docterorganization.organization_id','机构')->select(Organization::pluck('name','id'));
         });
         $grid->actions(function ($actions) {
             $actions->disableEdit();