|
|
@ -58,7 +58,7 @@ const { betaFeatureToggleState } = useBetaFeatureToggle() |
|
|
|
|
|
|
|
|
|
|
|
const { openedViewsTab } = storeToRefs(useViewsStore()) |
|
|
|
const { openedViewsTab } = storeToRefs(useViewsStore()) |
|
|
|
|
|
|
|
|
|
|
|
const { loadMagic, predictColumnType: _predictColumnType } = useNocoEe() |
|
|
|
const { predictColumnType: _predictColumnType } = useNocoEe() |
|
|
|
|
|
|
|
|
|
|
|
const meta = inject(MetaInj, ref()) |
|
|
|
const meta = inject(MetaInj, ref()) |
|
|
|
|
|
|
|
|
|
|
@ -145,10 +145,6 @@ watchEffect(() => { |
|
|
|
advancedOptions.value = false |
|
|
|
advancedOptions.value = false |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
const predictColumnType = async () => { |
|
|
|
|
|
|
|
_predictColumnType(formState, onUidtOrIdTypeChange) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onMounted(() => { |
|
|
|
onMounted(() => { |
|
|
|
if (!isEdit.value) { |
|
|
|
if (!isEdit.value) { |
|
|
|
generateNewColumnMeta() |
|
|
|
generateNewColumnMeta() |
|
|
|