|
@@ -76,7 +76,6 @@ $(document).ready(function(){
|
|
}
|
|
}
|
|
|
|
|
|
$("#footBtn .btn-save").click(function(){
|
|
$("#footBtn .btn-save").click(function(){
|
|
- alert(2);
|
|
|
|
var authority = "";
|
|
var authority = "";
|
|
$("#checkboxs input[type=checkbox]:checked").each(function(){
|
|
$("#checkboxs input[type=checkbox]:checked").each(function(){
|
|
authority+=$(this).val()+",";
|
|
authority+=$(this).val()+",";
|