quanwei
2025-11-28 81023be347e109e428788540df2254c6dc008139
Merge branch 'master' of http://git.zlxm286.com/r/companyProjecet
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: {
    /*修改角色*/