เอกสาร ก.พ.7
This commit is contained in:
parent
2acaf97a28
commit
6efe622a76
4 changed files with 145 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ import { useCounterMixin } from "./mixin";
|
|||
import type { ProfileData } from "@/interface/Main";
|
||||
|
||||
export const useDataStore = defineStore("dataMain", () => {
|
||||
const dataProfile = ref<any>()
|
||||
const dataProfile = ref<any>();
|
||||
const storeRegistry = useRegistryInFormationStore();
|
||||
const $q = useQuasar();
|
||||
const mixin = useCounterMixin();
|
||||
|
|
@ -107,6 +107,7 @@ export const useDataStore = defineStore("dataMain", () => {
|
|||
formData.posLevelName = data.posLevelName;
|
||||
formData.posNo = findPosMasterNo(data);
|
||||
storeRegistry.profileId = data.profileId;
|
||||
storeRegistry.citizenId = data.citizenId;
|
||||
}
|
||||
|
||||
async function getProFileType() {
|
||||
|
|
@ -146,7 +147,7 @@ export const useDataStore = defineStore("dataMain", () => {
|
|||
formData,
|
||||
officerLink,
|
||||
getProFileType,
|
||||
dataProfile
|
||||
dataProfile,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue