浏览代码

Merge branch 'ch/gn' of eta_gn_front/eta_front into debug

leichen 6 月之前
父节点
当前提交
67b823795f
共有 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)
             })