|
|
@@ -58,7 +58,7 @@ $(function(){
|
|
|
if(cur_status==12 || cur_status==13){
|
|
|
data.check_status_arr = [12,13];
|
|
|
}
|
|
|
- $('.datatable').mytable({'cols':cols,
|
|
|
+ $('#personal_data_table').mytable({'cols':cols,
|
|
|
'url':"/statistics/one/checkedItem/detail/info",
|
|
|
'param':data}
|
|
|
);
|