no message
This commit is contained in:
parent
a5b86e1f2f
commit
20f49c09d5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const props = defineProps({
|
||||||
});
|
});
|
||||||
|
|
||||||
const sendStep = ref<number>(1);
|
const sendStep = ref<number>(1);
|
||||||
const fileUpload = ref<any>();
|
const fileUpload = ref<any>(null);
|
||||||
const document = ref<string>("");
|
const document = ref<string>("");
|
||||||
const type = ref<string>("");
|
const type = ref<string>("");
|
||||||
const listFile = ref<any>([]);
|
const listFile = ref<any>([]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue