init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -112,7 +112,7 @@ | ... | @@ -112,7 +112,7 @@ |
| 112 | var url = '<?=site_url('/work/check/9/' . $id);?>'; | 112 | var url = '<?=site_url('/work/check/9/' . $id);?>'; |
| 113 | $.ajax({ | 113 | $.ajax({ |
| 114 | type: 'post', | 114 | type: 'post', |
| 115 | url: apiBaseUrl + 'audit/phoneReport', | 115 | url: apiBaseUrl + 'audit/phoneAudit', |
| 116 | cache: false, | 116 | cache: false, |
| 117 | data: JSON.stringify(data), | 117 | data: JSON.stringify(data), |
| 118 | dataType: 'json', | 118 | dataType: 'json', | ... | ... |
-
Please register or sign in to post a comment