Browse Source

签到管理 内容配置 资源平台和音频管理搜索配置

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
3aafdebbb7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/registration/content/index.vue

+ 2 - 2
src/views/registration/content/index.vue

@@ -97,8 +97,8 @@ export default {
         if(val && this.form.audioType == '') {
           this.form.audioType = ''
           this.getAudioType(val)
+          this.getList()
         }
-        this.getList()
       },
       deep: true
     },
@@ -109,8 +109,8 @@ export default {
           this.getPlatform({
             audioType: val
           })
+          this.getList()
         }
-        this.getList()
       },
       deep: true
     }