feat: handler modal dynamic

This commit is contained in:
caturbgs
2021-12-22 14:43:04 +07:00
parent 7edf7650ec
commit 7cf403f19d
3 changed files with 55 additions and 47 deletions

View File

@@ -21,7 +21,7 @@ export const Product = observer(() => {
await Promise.allSettled([
store.supplier.getData(),
store.category.getData(),
store.category.getDataSubCategories(),
store.product.getDataSubCategories(),
]);
await store.product.getData();
modalLoader.setLoading(false);