소스 검색

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

DESKTOP-O04BTUJ\muzen 2 년 전
부모
커밋
3aafdebbb7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
     }