Browse Source

规则列表初始化

zhouna 5 years ago
parent
commit
6ecf2be908
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/RuleManager/RulesManager.vue

+ 3 - 3
src/components/RuleManager/RulesManager.vue

@@ -134,10 +134,10 @@
                 pageLayout:config.pageLayout,
                 total: 0,
             }
-        },/*
+        },
         created() {
-            this.getDropList();
-        },*/
+           this.getDataList();
+        },
         watch:{
             'filter':{
                 handler:function(){