浏览代码

xg 管理员医院 多选

刘桂岩 5 年之前
父节点
当前提交
0d9857f315
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"
                 });