fix column changed value (fieldtype)
This commit is contained in:
@@ -254,7 +254,7 @@ export default defineComponent({
|
||||
// console.log('crea', isFieldDb(), 'props.mycol', props.mycol)
|
||||
|
||||
if (props.mycol && props.mycol.name && props.mycol.name !== 'test') {
|
||||
col.value = props.mycol
|
||||
col.value = {...props.mycol}
|
||||
} else {
|
||||
if (col.value.name === 'test') {
|
||||
col.value.name = props.field
|
||||
|
||||
Reference in New Issue
Block a user