|
@@ -415,10 +415,10 @@ $(document).ready(() => {
|
|
});
|
|
});
|
|
$('[name=gather-anc-gcl]').change(function() {
|
|
$('[name=gather-anc-gcl]').change(function() {
|
|
const checkOption = $('[name=gather-anc-gcl]:checked');
|
|
const checkOption = $('[name=gather-anc-gcl]:checked');
|
|
- if (checkOption.length === 0) {
|
|
|
|
- toastr.warning('请至少选择一个汇总条件');
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
|
|
+ // if (checkOption.length === 0) {
|
|
|
|
+ // toastr.warning('请至少选择一个汇总条件');
|
|
|
|
+ // return;
|
|
|
|
+ // }
|
|
|
|
|
|
const fields = [];
|
|
const fields = [];
|
|
for (const co of checkOption) {
|
|
for (const co of checkOption) {
|