chore: 修复ts错误
This commit is contained in:
parent
e99a2fc53e
commit
67204f060b
@ -70,7 +70,7 @@ const source1 = ref('')
|
||||
|
||||
const source2 = ref('')
|
||||
|
||||
const apiInputParams = ref({})
|
||||
const apiInputParams = ref([])
|
||||
|
||||
watch(dialogVisible, (bool) => {
|
||||
if (!bool) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user