XW 1 year ago
parent
commit
e34df1c1cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS/ClientApp/src/view/student-account/stuMgt/StuMgt.vue

+ 1 - 1
TEAMModelOS/ClientApp/src/view/student-account/stuMgt/StuMgt.vue

@@ -316,7 +316,7 @@ export default {
       if (!zg.test(value)) {
         return callback(new Error(this.$t('stuAccount.imeiErr1')))
       }
-      if (value.length > 10) {
+      if (value.length < 11) {
         return callback(new Error(this.$t('stuAccount.imeiErr2')))
       }
       if (!this.studentInfo.id) {