feat: update supplier status
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user