dev_aliyun_beta
杨树林 6 years ago
parent 651677f919
commit cfbc63c0c7

@ -2152,7 +2152,7 @@ class PollNew extends Component {
arr[i].question.max_choices = length; arr[i].question.max_choices = length;
}else{ }else{
arr[i].question.min_choices = parseInt(value); arr[i].question.min_choices = parseInt(value);
arr[i].question.max_choices = length; arr[i].question.max_choices = max;
} }
}catch (e) { }catch (e) {
arr[i].question.min_choices = 2; arr[i].question.min_choices = 2;

Loading…
Cancel
Save