Browse Source

user新建用户 bug处理

pixel 4 years ago
parent
commit
a28c6fc1fa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      web/src/view/superAdmin/user/user.vue

+ 0 - 1
web/src/view/superAdmin/user/user.vue

@@ -69,7 +69,6 @@
         </el-form-item>
         <el-form-item label="用户角色" label-width="80px" prop="authorityId">
           <el-cascader
-            @change="changeAuthority(scope.row)"
             v-model="userInfo.authorityId"
             :options="authOptions"
             :show-all-levels="false"