refactor: cleanup

This commit is contained in:
Methapon2001 2024-04-10 20:28:12 +07:00
parent 2f10a11927
commit 4cd5ee39e7
2 changed files with 24 additions and 49 deletions

View file

@ -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: '',