แก้ไข staru detail โครงสร้าง
This commit is contained in:
parent
790af39fb1
commit
cbed2ae12b
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ async function fetchDetailTree(id: string, type: string) {
|
|||
? "ปกติ"
|
||||
: store.typeOrganizational === "draft"
|
||||
? "แบบร่าง"
|
||||
: "ยุบ";
|
||||
: "ยุบเลิก";
|
||||
formData.orgPhoneEx = data[`org${type}PhoneEx`];
|
||||
formData.orgPhoneIn = data[`org${type}PhoneIn`];
|
||||
formData.orgFax = data[`org${type}Fax`];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue