浏览代码

提交一下

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) {}
     },