Parcourir la source

规则列表初始化

zhouna il y a 5 ans
Parent
commit
6ecf2be908
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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(){