소스 검색

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/YangHuCost

chenshilong 2 년 전
부모
커밋
2b5b522a24
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      web/building_saas/standard_interface/export/view.js

+ 0 - 1
web/building_saas/standard_interface/export/view.js

@@ -40,7 +40,6 @@ const EXPORT_VIEW = (() => {
         let dom = $('#export-parent-area')[0];
         if (dom.options[dom.selectedIndex].text === '广西') {
           if ($('#certifyInputForGX')[0].value === null || $('#certifyInputForGX')[0].value.trim() === '') {
-            $('#verifyCodeLbl')[0].style.display = '';
             throw '请输入验证码。';
           }
         }