Commit a25553efb007adb4657512f5b2504ec8675a417e
1 parent
435ef45d
1.2017年bug
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/resources/static/pages/base/carpark/edit.html
| ... | ... | @@ -245,11 +245,12 @@ $('#editPoitsions_carpark_mobal').on('editCarParkMobal_show', function(e, map,fu |
| 245 | 245 | var fs = 'YYYY-MM-DD HH:mm:ss' |
| 246 | 246 | // 设置日期 |
| 247 | 247 | params.createDate = moment(CarParkObj.carParkCreateDate).format(fs); |
| 248 | + params.createBy = 35; | |
| 248 | 249 | error.hide(); |
| 249 | 250 | if(params.shapesType=='多边形') |
| 250 | 251 | params.shapesType = 'd'; |
| 251 | 252 | else if(params.shapesType=='圆形') |
| 252 | - params.shapesType=='r'; | |
| 253 | + params.shapesType = 'r'; | |
| 253 | 254 | ajaxd.carParkUpdate(params,function(resuntDate) { |
| 254 | 255 | if(resuntDate.status=='SUCCESS') { |
| 255 | 256 | // 弹出添加成功提示消息 | ... | ... |