qinxianzhangyao
2024-06-25 c0429d6f1786485a0a6e05d20f64f5435e3658b3
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();
      });
    },
    /** 查询角色列表 */