ปรับ จัดการข้อมูลหลัก
This commit is contained in:
parent
44f43d2f6f
commit
925c06c9fc
3 changed files with 29 additions and 26 deletions
|
|
@ -831,6 +831,7 @@ export const useManageDataStore = defineStore("manage", () => {
|
|||
JSON.stringify(dataInsigniaType.value.data) ==
|
||||
JSON.stringify(draftInsigniaType.value.data)
|
||||
) {
|
||||
draftInsigniaType.value && await fetchInsigniaType(false, selector);
|
||||
return draftInsigniaType.value;
|
||||
} else {
|
||||
await fetchInsigniaType(false, selector);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue