chore: 修复ts错误
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