소스 검색

提交一下

1
mo 3 년 전
부모
커밋
365a3a6f56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/resetTeaming/components/payInfoDetail.vue

+ 1 - 1
src/views/resetTeaming/components/payInfoDetail.vue

@@ -453,7 +453,7 @@ export default {
         this.charges = res.data.rows;
         // this.charges =[];
         if (this.charges.length <= 0) {
-          this.submitList.push("teamCourseFee");
+          this.submitList.push("teamCourseType");
         }
       } catch (error) {}
     },