From e4cf2aa1b4e7f8f63ff35b53b938e9bd80a60f03 Mon Sep 17 00:00:00 2001 From: zhangwenqing Date: Fri, 29 Mar 2019 15:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4=EF=BC=8C?= =?UTF-8?q?=E9=80=89=E4=B8=ADIP=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/pages/scripts/importExcel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/static/pages/scripts/importExcel.js b/src/main/webapp/static/pages/scripts/importExcel.js index 651ee1d70..435018316 100644 --- a/src/main/webapp/static/pages/scripts/importExcel.js +++ b/src/main/webapp/static/pages/scripts/importExcel.js @@ -72,6 +72,7 @@ function switchService(){ var action = $("input[name='serviceDictId']:checked").attr("action"); var label = $(".region").find("input[configservicetype='subscribe_id']").parents("label:first"); if(action == 64){ + $("input[name='regionDictIds'][regiontype='1']").prop("checked",true); $(label).hide(); }else{ $(label).show();