diff --git a/frontend/views/insurer/office-mng-edit.php b/frontend/views/insurer/office-mng-edit.php index 9b4c0e5..f808fb0 100644 --- a/frontend/views/insurer/office-mng-edit.php +++ b/frontend/views/insurer/office-mng-edit.php @@ -293,7 +293,7 @@ use common\models\PriceT; $.post('/insurer/office-mng-save',params,function(obj){ parent.layer.msg(obj.msg); if(obj.success && status_id>2) { - $('.btn-back') + $('.back-btn').click(); } },'json'); } @@ -312,7 +312,7 @@ use common\models\PriceT; },function(obj){ parent.layer.msg(obj.msg); if(obj.success) { - $('#back-btn').click(); + $('.back-btn').click(); } },'json'); });