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