feat: change edit cluster
Signed-off-by: zhaoxinxin <1186037180@qq.com>
This commit is contained in:
parent
c4fbb7a01d
commit
1e3a682d03
|
@ -172,7 +172,7 @@ export default function EditCluster() {
|
|||
label: 'IDC',
|
||||
enterMultiple: true,
|
||||
scopesFormProps: {
|
||||
value: cluster?.scopes?.idc ? cluster?.scopes?.idc.split('|') : [] || [],
|
||||
value: idc?.split('|') || [],
|
||||
options: [],
|
||||
|
||||
onChange: (_e: any, newValue: any) => {
|
||||
|
|
Loading…
Reference in New Issue