mo 3 лет назад
Родитель
Сommit
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) {}
     },