lrf402788946 4 년 전
부모
커밋
9e00dcebf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/personnel/user.vue

+ 1 - 1
src/views/personnel/user.vue

@@ -123,7 +123,7 @@ export default {
         this.$set(this, `total`, total);
       }
       //查角色列表
-      const res1 = await this.roleQuery();
+      const res1 = await this.roleQuery({ disabled: false });
       if (this.$checkRes(res1)) {
         this.$set(this, `roleOptions`, res1.data);
       }