From 89536d5a17be4a29fdbec13984888942fc38afc9 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Mon, 4 Nov 2019 17:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E6=9C=AC=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=97=B6=EF=BC=8C=E8=87=AA=E5=8A=A8=E9=80=80=E5=9B=9E?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/insurer/original-mng-edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); });