浏览代码

2020/01/03 17:49

11
mo 5 年之前
父节点
当前提交
685db61c15
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-fac7eb14.e3e4dd9a.js
  3. 2 1
      src/views/teamBuild/components/teamResetSound.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-fac7eb14.e3e4dd9a.js


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

@@ -471,7 +471,8 @@ export default {
         organId: this.topfor.section,
         // paymentMonths:obj.months  有待确认
         schoolId: this.topfor.address,
-        courseForm: JSON.stringify(this.checkfor)
+        courseForm: JSON.stringify(this.checkfor),
+        ownershipType: this.topfor.ownershipType
       }
       obj.musicGroupPaymentEntities = []
       // 添加学校主体付费方式

部分文件因为文件数量过多而无法显示