|
@@ -108,7 +108,7 @@ const searchOther = async () => {
|
|
|
codeList.value = data.filter((i) => i.value != 'CJGLY');
|
|
|
}
|
|
|
// 角色
|
|
|
- res = await role.query();
|
|
|
+ res = await role.query({ account_type: '1', is_use: '0' });
|
|
|
if (res.errcode == 0) roleList.value = res.data;
|
|
|
// 管理员
|
|
|
res = await admin.query({ type: '0' });
|