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',
|
label: 'IDC',
|
||||||
enterMultiple: true,
|
enterMultiple: true,
|
||||||
scopesFormProps: {
|
scopesFormProps: {
|
||||||
value: cluster?.scopes?.idc ? cluster?.scopes?.idc.split('|') : [] || [],
|
value: idc?.split('|') || [],
|
||||||
options: [],
|
options: [],
|
||||||
|
|
||||||
onChange: (_e: any, newValue: any) => {
|
onChange: (_e: any, newValue: any) => {
|
||||||
|
|
Loading…
Reference in New Issue