Browse Source

规则列表初始化

zhouna 5 năm trước cách đây
mục cha
commit
6ecf2be908
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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(){