Commit d281dd735d8a86523d798301f734b0fdf65fdb14
1 parent
bcac7f07
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/base/lineinformation/js/lineinformation-add-form.js
| @@ -204,7 +204,7 @@ $(function(){ | @@ -204,7 +204,7 @@ $(function(){ | ||
| 204 | if (params.line) { | 204 | if (params.line) { |
| 205 | 205 | ||
| 206 | // 添加数据 | 206 | // 添加数据 |
| 207 | - $post('/lineInformation1', params, function(result) { | 207 | + $post('/lineInformation', params, function(result) { |
| 208 | 208 | ||
| 209 | // 如果返回结果不为空 | 209 | // 如果返回结果不为空 |
| 210 | if(result){ | 210 | if(result){ |