Browse Source

03/31 15:16

111
Xiao_Mo 5 years ago
parent
commit
4de3fc60a4

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

@@ -342,7 +342,7 @@ export default {
 
 
       sessionStorage.setItem('resetCode', '2');
       sessionStorage.setItem('resetCode', '2');
       // 获取所有声部
       // 获取所有声部
-      getSoundTree().then(res => {
+      getSoundTree({tenantId:1}).then(res => {
         if (res.code == 200) {
         if (res.code == 200) {
           this.soundList = res.data.rows;
           this.soundList = res.data.rows;
           // // 生成动态的checkList
           // // 生成动态的checkList

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

@@ -223,7 +223,7 @@ export default {
 
 
       this.payfor = this.$store.getters.payList;
       this.payfor = this.$store.getters.payList;
 
 
-      getSoundTree().then(res => {
+      getSoundTree({tenantId:1}).then(res => {
         if (res.code == 200) {
         if (res.code == 200) {
           this.soundList = res.data.rows;
           this.soundList = res.data.rows;
           // // 生成动态的checkList
           // // 生成动态的checkList

+ 1 - 1
src/views/teamBuild/components/teamSoundMoney.vue

@@ -681,7 +681,7 @@ export default {
       if (this.$route.query.rules) {
       if (this.$route.query.rules) {
         this.Frules = this.$route.query.rules
         this.Frules = this.$route.query.rules
       }
       }
-      getSoundTree().then(res => {
+      getSoundTree({tenantId:1}).then(res => {
         if (res.code == 200) {
         if (res.code == 200) {
           this.soundList = res.data.rows;
           this.soundList = res.data.rows;
           // // 生成动态的checkList
           // // 生成动态的checkList