qinxianzhangyao
2024-05-27 015aeab7a6a99afd0b24ee6ea7b5e4a9c950c3b5
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();
      });
    },
    /** 查询角色列表 */