lex-xin 5 years ago
parent
commit
2e37fa7a90

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-5c578a77.deb635c5.css → dist/static/css/chunk-60d2e3ae.cc62eb8c.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.right-code .title[data-v-e21d2564]{font-size:18px;text-align:center;padding-bottom:8px}.newBand[data-v-e21d2564]{display:inline-block}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.right-code .title[data-v-512e24d8]{font-size:18px;text-align:center;padding-bottom:8px}.newBand[data-v-512e24d8]{display:inline-block}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.04f873ea.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5c578a77.045503ca.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-60d2e3ae.17e64676.js


+ 6 - 0
src/views/sporadicManager/sporadicList.vue

@@ -273,6 +273,7 @@
           <el-input v-model.trim="maskForm1.studentId"
                     @blur="onStudentChange"
                     type="number"
+                    maxlength="10"
                     @mousewheel.native.prevent
                     :disabled='!isNew1'></el-input>
         </el-form-item>
@@ -573,6 +574,11 @@ export default {
         return
       }
 
+      if(studentId.length > 10) {
+        this.$message.error('学员编号不合法')
+        return
+      }
+
       getBasic({ userId: studentId }).then(res => {
         if (res.code == 200) {
           if (res.data) {

Some files were not shown because too many files changed in this diff