Browse Source

Merge branch 'pro' of http://code.pacsonline.cn/zskk_bg/yuanchengpasc into pro

root 5 năm trước cách đây
mục cha
commit
338ff8690c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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:true,editable:false,
+                    required:true,multiple:true,cascadeCheck: false,
                     valueField:'id',textField:'name',panelWidth:350,
                     url:"/manage/doctors/insCombobox"
                 });