@@ -2273,7 +2273,7 @@ export default {
}
if (this.quesModel.quesOptions) {
- if (this.quesModel.quesOptions.length >= 20) {
+ if (this.quesModel.quesOptions.length > 20) {
this.$notify({
message: "选项最多20个",
type: "error",
@@ -2354,7 +2354,7 @@ export default {
@@ -425,7 +425,7 @@ export default {
submitForm(formName) {
this.$refs[formName].validate((valid) => {
if (valid) {