fix กรณีไม่มีประวัติโครงสร้างเลย
This commit is contained in:
parent
c8d061e43a
commit
ce0906314f
2 changed files with 11 additions and 9 deletions
|
|
@ -24,7 +24,7 @@ export const useOrganizational = defineStore("organizationalStore", () => {
|
|||
const activeId = ref<string>(); // id โครงสร้างปัจจุบัน
|
||||
const draftId = ref<string>(); // id แบบร่างโครงสร้าง
|
||||
const historyId = ref<string>(); // id ประวัติโครงสร้าง
|
||||
const historyDnaOrgId = ref<string>(); // id ของโครงสร้างสำหรับใช้ในเมนูสืบทอดตำแหน่ง
|
||||
const historyDnaOrgId = ref<string>(""); // id ของโครงสร้างสำหรับใช้ในเมนูสืบทอดตำแหน่ง
|
||||
const isPublic = ref<boolean>(false); // การเผยแพร่
|
||||
const treeId = ref<string>(); // id โหนด
|
||||
const level = ref<number>(); // ระดับโหนด
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue