Browse Source

xg 管理员医院 多选

刘桂岩 5 years ago
parent
commit
0d9857f315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/manage/view/manager/edit.html

+ 1 - 1
application/manage/view/manager/edit.html

@@ -18,7 +18,7 @@
                 
             $(function(){
                 $('#institution_id').combotree({
-                    required:true,multiple:false,editable:false,
+                    required:true,multiple:true,editable:false,
                     valueField:'id',textField:'name',panelWidth:350,
                     url:"/manage/doctors/insCombobox"
                 });