|
|
@ -70,7 +70,7 @@ use \common\libs\MyLib; |
|
|
|
}, function(){ |
|
|
|
}, function(){ |
|
|
|
var params = $("#theFrm").serialize(); |
|
|
|
var params = $("#theFrm").serialize(); |
|
|
|
$.post('/finance/car-update-frame-info',params,function(obj){ |
|
|
|
$.post('/finance/car-update-frame-info',params,function(obj){ |
|
|
|
parent.layer.msg(data.msg); |
|
|
|
parent.layer.msg(obj.msg); |
|
|
|
if(obj.success) { |
|
|
|
if(obj.success) { |
|
|
|
window.location.reload(); |
|
|
|
window.location.reload(); |
|
|
|
} |
|
|
|
} |
|
|
|