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