浏览代码

05/28 21:12

111
Xiao_Mo 5 年之前
父节点
当前提交
f4fc6fcb4f
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-0bb95b3a.025b06c9.js
  3. 2 1
      src/views/teamBuild/components/teamBaseInfo.vue

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


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


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

@@ -879,7 +879,8 @@ export default {
             status,
             expectStartGroupDate: this.topFrom.startTime,
             ownershipType: this.topFrom.ownershipType,
-            repairUserId: this.topFrom.repairUserId
+            repairUserId: this.topFrom.repairUserId || null,
+            feeType:this.topFrom.feeType
           };
           obj.musicGroupPaymentEntities = [];
           // 添加学校主体付费方式

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