feat: update supplier status

This commit is contained in:
2021-12-15 15:35:57 +07:00
parent 5e3f8fa3a2
commit c8278c2cea
5 changed files with 25 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ export const Product = observer(() => {
const handleChangeTabPane = async (key) => {
store.product.filterCategory = key;
console.log(key);
await store.product.getData()
};
const routeData = [