XW 1 년 전
부모
커밋
e34df1c1cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)) {
       if (!zg.test(value)) {
         return callback(new Error(this.$t('stuAccount.imeiErr1')))
         return callback(new Error(this.$t('stuAccount.imeiErr1')))
       }
       }
-      if (value.length > 10) {
+      if (value.length < 11) {
         return callback(new Error(this.$t('stuAccount.imeiErr2')))
         return callback(new Error(this.$t('stuAccount.imeiErr2')))
       }
       }
       if (!this.studentInfo.id) {
       if (!this.studentInfo.id) {