Prechádzať zdrojové kódy

git-svn-id: https://192.168.57.71/svn/jsgkj@304 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 9 rokov pred
rodič
commit
42877c678b

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/showHistory.jsp

@@ -5,7 +5,7 @@ function guanbihist(){
 	$('#selectdiv').slideUp(0);
 }
 </script>
-<div class="theme-popover" id="selectmaskdiv" style="width: 905px;height: 400px;overflow:hidden ;">
+<div class="theme-popover" id="selectmaskdiv" style="width: 905px;height: 400px;overflow_x:hidden ;">
 	     <div class="theme-poptit">
 	          <div class="popTitle">
 	          	<h4>流程历史</h4>

+ 2 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/showRy.jsp

@@ -28,9 +28,10 @@ function guanbiry(){
 	$('.theme-popover').slideUp(0);
 }
 var setting = {
+		
 		async: {
 			enable: true,
-			url:$.app+"/getUserTreeData",
+			url:$.app+"/getUserTreeData?roleCode="+'${roleCode}',
 			contentType : "application/x-www-form-urlencoded", //已form的形式提交参数
 			autoParam: ["id","name"]
 		},