En route hace 1 año
padre
commit
cff0dfa5bb

+ 0 - 1
src/views/education/classManageMent/classList/manageClass/baseInfo.vue

@@ -647,7 +647,6 @@ export default {
     submitForm(formName) {
       this.$refs[formName].validate((valid) => {
         if (valid) {
-          return;
           this.submit(); //提交
         } else {
           console.log("error submit!!");