qinxianzhangyao
2024-06-27 bbd8b70f2544e07ce6ce4247ebb13f892dd86112
src/views/system/role/index.vue
@@ -494,7 +494,7 @@
    };
  },
  created() {
    this.getList();
    this.getdate();
  },
  methods: {
@@ -504,6 +504,7 @@
            moment(res.data).format("YYYY-MM-DD 00:00:00"),
            moment(res.data).format("YYYY-MM-DD 23:59:00")
          ];;
          this.getList();
      });
    },
    /** 查询角色列表 */