From 565d3c9576b8a0b4d8f4f74902622c47a6f296b4 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 26 Aug 2020 09:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E8=A1=A5=E7=82=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/View/CompanyStatement/viewSpecialComplement.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Application/Admin/View/CompanyStatement/viewSpecialComplement.html b/Application/Admin/View/CompanyStatement/viewSpecialComplement.html index daf06c69e..de1056731 100644 --- a/Application/Admin/View/CompanyStatement/viewSpecialComplement.html +++ b/Application/Admin/View/CompanyStatement/viewSpecialComplement.html @@ -355,10 +355,7 @@ var is_add = 1; //添加公司比例操作 $('#add_company').click(function (e) { - if (!is_add) { - layer.msg('正在执行中请勿重复点击...'); - return; - } + layer.load(2); is_add = 0; var company_id = $("#company_id").find("option:selected").val();