This commit is contained in:
2025-01-24 01:46:20 +08:00
parent 36a24ebdff
commit eaa9ec2fea
10 changed files with 20 additions and 26 deletions

View File

@@ -19,7 +19,7 @@
</template>
<script setup lang="ts">
import { createEmptyJoinTable, loadApps, loadAppFieldsAndLayout, EMPTY_OPTION, getEmptyOnCondition } from '@/js/helper';
import type { CachedData, FieldsInfo, JoinTable, SavedData } from '@/types/model';
import type { CachedData, FieldsInfo, SavedData } from '@/types/model';
import type { Spinner } from 'kintone-ui-component';
import { onMounted, watch, provide, reactive, ref, shallowRef, nextTick } from 'vue';