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();