@@ -142,7 +142,7 @@ export default {
label: item.dictValue,
value: item.dictKey,
}));
- getListByRole({ roleId: this.userInfo.role_id }).then((res) => {
+ getListByRole({ roleId: "" }).then((res) => {
this.customerSelectList = res.data.data;
});
this.getList();