1) 增加分销商,已经被选中的置灰

This commit is contained in:
zhangds 2022-04-15 15:31:58 +08:00
parent d7f7aa220f
commit 3bf0ecc1a7
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ export default class adduserinfo extends React.Component {
return {
key: item.id,
text: item.name,
disabled: item.disabled,
};
});
}