去掉逗号

This commit is contained in:
季圣华
2017-09-17 00:04:30 +08:00
parent 77587f5a2d
commit 5741eff2df

View File

@@ -211,7 +211,7 @@ function ceshi()
$(function () { $(function () {
$('#tt').tree({ $('#tt').tree({
url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions, url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions,
animate:true, animate:true
}); });
}); });
</script> </script>