chore: 修复ts错误

This commit is contained in:
CaptainB 2024-09-21 10:52:05 +08:00
parent e99a2fc53e
commit 67204f060b

View File

@ -70,7 +70,7 @@ const source1 = ref('')
const source2 = ref('') const source2 = ref('')
const apiInputParams = ref({}) const apiInputParams = ref([])
watch(dialogVisible, (bool) => { watch(dialogVisible, (bool) => {
if (!bool) { if (!bool) {