Feature/SendtoFo

This commit is contained in:
2024-08-28 09:02:07 +07:00
parent 6d96653c6d
commit e423fc3cca
9 changed files with 535 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ const store = {
menu_level_0: [],
menu_level_1: [],
menu_level_2: [],
drawer: true,
drawer: false,
bread_crumb: "",
search_error_message: "",
branch: {},
@@ -67,7 +67,6 @@ const store = {
context.commit("update_search_error_message", resp.message)
} else {
context.commit("update_search_error_message", "")
console.log("menu", resp.data.data.bread_crumb)
context.commit("update_bread_crumb", resp.data.data.bread_crumb)
context.commit("update_branch", resp.data.data.branch)
context.commit("update_page_allowed", resp.data.is_page_allowed)