xiatian %!s(int64=3) %!d(string=hai) anos
pai
achega
34117a3883

+ 1 - 1
src/modules/oe/views/alreadyAudited.vue

@@ -550,7 +550,7 @@ export default {
   },
   methods: {
     checkParam() {
-      var reg = /^0$|^[1-9][0-9]$/;
+      var reg = /(^0$)|(^[1-9][0-9]*$)/;
       if (this.form.switchScreenCountStart) {
         if (!reg.test(this.form.switchScreenCountStart)) {
           this.$notify({

+ 1 - 1
src/modules/oe/views/examDetail.vue

@@ -644,7 +644,7 @@ export default {
   },
   methods: {
     checkParam() {
-      var reg = /^0$|^[1-9][0-9]$/;
+      var reg = /(^0$)|(^[1-9][0-9]*$)/;
       if (this.form.switchScreenCountStart) {
         if (!reg.test(this.form.switchScreenCountStart)) {
           this.$notify({