Browse Source

Merge branch '03/12permission' into dev

mo 4 years ago
parent
commit
84b39a6b7d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/teamBuild/components/teamBaseInfo.vue

+ 2 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -723,7 +723,8 @@ export default {
        this.$refs["topinfo"].validate(async (valid, object) => {
         if (!valid) {
           this.$message.error("请填写建团必要参数");
-         reject()
+          // return false
+         resolve(false)
         } else {
           // 判断一下是否勾选了课程类型而没有输入金额
           // 验证通过