Explorar el Código

规则列表初始化

zhouna hace 5 años
padre
commit
6ecf2be908
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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(){