|
|
@ -178,7 +178,7 @@ const openForm = (type: string, row?: any) => { |
|
|
|
item.componentProps.disabled = true |
|
|
|
} |
|
|
|
if (item.field == 'type') { |
|
|
|
item.componentProps.disabled = false |
|
|
|
item.componentProps.disabled = true |
|
|
|
} |
|
|
|
}) |
|
|
|
}else { |
|
|
@ -193,7 +193,7 @@ const openForm = (type: string, row?: any) => { |
|
|
|
item.componentProps.disabled = false |
|
|
|
} |
|
|
|
if (item.field == 'type') { |
|
|
|
item.componentProps.disabled = true |
|
|
|
item.componentProps.disabled = false |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|