mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(查询组件): 拼写检查
This commit is contained in:
committed by
xuwei-fit2cloud
parent
dc8ec93fc6
commit
dd0deeff0c
@@ -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'"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user