diff --git a/frontend/views/insurer/original-mng-edit.php b/frontend/views/insurer/original-mng-edit.php index 0659d7f..bfa9299 100644 --- a/frontend/views/insurer/original-mng-edit.php +++ b/frontend/views/insurer/original-mng-edit.php @@ -398,7 +398,7 @@ use common\models\PriceT; $.post('/insurer/original-mng-save',params,function(obj){ parent.layer.msg(obj.msg); if(obj.success && status_id>5) { - $('.btn-back') + $('.btn-back').click(); } },'json'); } @@ -417,7 +417,7 @@ use common\models\PriceT; },function(obj){ parent.layer.msg(obj.msg); if(obj.success) { - $('#back-btn').click(); + $('.btn-back').click(); } },'json'); });