fix(查询组件): 拼写检查

This commit is contained in:
dataeaseShu
2025-04-07 15:35:52 +08:00
committed by xuwei-fit2cloud
parent dc8ec93fc6
commit dd0deeff0c

View File

@@ -57,14 +57,14 @@ const props = defineProps({
const showFlag = computed(() => props.showPosition === 'main')
const { curComponent } = toRefs(props)
const loadingDeault = ref(true)
const loadingDefault = ref(true)
watch(
() => curComponent.value.id,
val => {
if (!val) return
loadingDeault.value = false
loadingDefault.value = false
nextTick(() => {
loadingDeault.value = true
loadingDefault.value = true
})
},
{ immediate: true }
@@ -657,7 +657,7 @@ defineExpose({
</template>
</div>
<div
v-if="curComponent.defaultValueCheck && loadingDeault"
v-if="curComponent.defaultValueCheck && loadingDefault"
class="parameters"
:class="dynamicTime && 'setting'"
>