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