liyaozhi
2025-11-28 f6368a0d4e468508fcae162cb1020c497f48937d
修复连盟端角色无法编辑的问题
1 files modified
2 ■■■ changed files
branch_vue/src/views/auth/role/edit.vue 2 ●●● patch | view | raw | blame | history
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: {
    /*修改角色*/