refactor: cleanup
This commit is contained in:
parent
2f10a11927
commit
4cd5ee39e7
2 changed files with 24 additions and 49 deletions
|
|
@ -23,8 +23,6 @@ import {
|
|||
BranchCreate,
|
||||
} from 'src/stores/branch/types';
|
||||
|
||||
const test = ref<File>();
|
||||
|
||||
const profileFile = ref<File | undefined>(undefined);
|
||||
const inputFile = document.createElement('input');
|
||||
inputFile.type = 'file';
|
||||
|
|
@ -71,7 +69,6 @@ const formDataContact = ref<BranchContactCreate>({
|
|||
|
||||
const formType = ref<'edit' | 'create' | 'delete'>('create');
|
||||
const typeBranch = ref<'headOffice' | 'subBranch'>('headOffice');
|
||||
const branchContact = ref<BranchContactCreate[]>();
|
||||
const inputCode = ref<string>('');
|
||||
const formData = ref<BranchCreate>({
|
||||
taxNo: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue