浏览代码

规则列表初始化

zhouna 5 年之前
父节点
当前提交
6ecf2be908
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/RuleManager/RulesManager.vue

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

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