Commit d281dd735d8a86523d798301f734b0fdf65fdb14

Authored by 游瑞烽
1 parent bcac7f07

update

src/main/resources/static/pages/base/lineinformation/js/lineinformation-add-form.js
... ... @@ -204,7 +204,7 @@ $(function(){
204 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 210 if(result){
... ...