fixing remove import file
This commit is contained in:
parent
e541bbb6d2
commit
ed683d0bb3
24 changed files with 201 additions and 831 deletions
|
|
@ -1,11 +1,17 @@
|
|||
//interface class array object {name string ,id number}
|
||||
|
||||
import type { childrenFamily } from "@/modules/04_registry/interface/response/Family";
|
||||
interface ChangeActive {
|
||||
name: string;
|
||||
id: number;
|
||||
}
|
||||
|
||||
interface childrenFamily {
|
||||
id: string;
|
||||
childrenPrefixId: string | null;
|
||||
childrenFirstName: string | null;
|
||||
childrenLastName: string | null;
|
||||
childrenCareer: string | null;
|
||||
childrenLive: string | null;
|
||||
childrenCitizenId: string | null;
|
||||
}
|
||||
//ข้อมูลส่วนตัว
|
||||
interface Information {
|
||||
idCard: string;
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ import type { QForm } from "quasar";
|
|||
import type {
|
||||
DataOption,
|
||||
DataOptioninfo,
|
||||
} from "@/modules/04_registry/components/profileType";
|
||||
} from "@/modules/05_placement/interface/index/ProfileType";
|
||||
import type {
|
||||
InformationOps,
|
||||
FormAddPerson,
|
||||
} from "@/modules/04_registry/interface/index/Main";
|
||||
} from "@/modules/05_placement/interface/index/ProfileType";
|
||||
|
||||
// import HeaderTop from "@/modules/08_registryEmployee/components/AddEmployee/HeaderTop.vue";
|
||||
|
||||
|
|
@ -429,7 +429,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
</q-page-sticky>
|
||||
|
||||
<q-card flat bordered class="col-12">
|
||||
<q-card flat bordered class="col-12 q-pa-sm">
|
||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||
<!-- <HeaderTop
|
||||
header="ข้อมูลส่วนตัว"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue