|
@@ -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"]
|
|
|
},
|