map from test data

This commit is contained in:
Warunee Tamkoo 2024-10-08 13:50:54 +07:00
parent 102811d421
commit 9a07238fb5
2 changed files with 36 additions and 1 deletions

View file

@ -271,6 +271,8 @@ export const useLinkageStore = defineStore("linkageData", () => {
} else if (code === 9081) {
tKey.value = removeText;
step.value = 4;
} else if (code === 5000) {
return removeText;
}
})
.catch(async (error) => {