310d147f by yangjianbin

init

1 parent 3940fe0c
...@@ -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',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!