ต่อ API
This commit is contained in:
parent
daa78078a2
commit
c776d4e7f1
10 changed files with 105 additions and 103 deletions
|
|
@ -3,6 +3,7 @@ import { ref } from "vue";
|
|||
import type { DataOption } from "@/modules/04_registryPerson/interface/index/Main";
|
||||
|
||||
export const useRequestEditStore = defineStore("requestEditStore", () => {
|
||||
const profileId = ref<string>('')
|
||||
const optionTopic = ref<string[]>([
|
||||
"ขอแก้ไขคำนำหน้านาม ชื่อ นามสกุล",
|
||||
"ขอแก้ไขรูปภาพประจำตัว",
|
||||
|
|
@ -58,5 +59,6 @@ export const useRequestEditStore = defineStore("requestEditStore", () => {
|
|||
optionStatus,
|
||||
optionStatusIDP,
|
||||
convertStatusIDP,
|
||||
profileId
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue