Explorar el Código

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

root hace 5 años
padre
commit
338ff8690c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
                 });