From 6541a0e472ae097b73632446f960a5220448725b Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Mon, 4 Nov 2019 17:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=90=8E=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=80=80=E5=9B=9E=E5=88=97=E8=A1=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/insurer/office-mng-edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); });