quanwei
4 days ago 73b874c72ad55eb9eef21c36160ac0de58f0189e
branch_vue/src/views/auth/role/edit.vue
@@ -64,7 +64,7 @@
  created() {
    this.role_id = this.$route.query.role_id;
    /*获取列表*/
    this.getData(role_id);
    this.getData(this.role_id);
  },
  methods: {
    /*修改角色*/