changes
This commit is contained in:
@@ -13,8 +13,6 @@ export const useStore = defineStore("maindev", {
|
||||
productdocument: undefined,
|
||||
applicationstatus: undefined,
|
||||
applicationproduct: undefined,
|
||||
lastlegendfiltertab: "Giỏ hàng",
|
||||
layersetting: undefined,
|
||||
country: undefined,
|
||||
lang: "vi",
|
||||
branch: {},
|
||||
@@ -24,6 +22,9 @@ export const useStore = defineStore("maindev", {
|
||||
}),
|
||||
actions: {
|
||||
commit(name, data) {
|
||||
// if (name === "common") {
|
||||
// console.trace("commit", name, data);
|
||||
// }
|
||||
this[name] = data;
|
||||
},
|
||||
removeSnackbar() {
|
||||
|
||||
Reference in New Issue
Block a user