|
@@ -616,7 +616,7 @@ const resultColumns: DataTableColumn[] = [
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-const showForm = ref(true)
|
|
|
|
|
|
|
+const showForm = ref(false)
|
|
|
const genForm: Ref<FormInst | null> = ref(null)
|
|
const genForm: Ref<FormInst | null> = ref(null)
|
|
|
const form: Ref<FormInst | null> = ref(null)
|
|
const form: Ref<FormInst | null> = ref(null)
|
|
|
const model: Ref<any> = ref({
|
|
const model: Ref<any> = ref({
|