소스 검색

bug-6177:分类列表不显示

老头Reuan 6 달 전
부모
커밋
40040b9aaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system_manage/dataRefreshSetting.vue

+ 1 - 1
src/views/system_manage/dataRefreshSetting.vue

@@ -568,7 +568,7 @@ export default {
         },
         //获取分类列表
         async getClassifyList(){
-            if(!this.Source) return 
+            // if(!this.Source) return 
             const res = await dataRefreshInterface.getClassifyList({
                 Source:Number(this.Source)
             })