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,24 +32,28 @@ export const Payback = observer(() => {
const dummyData = [
{
key: '1',
id: 1,
name: "John Doe",
picture: "https://presidenproperti.com/wp-content/uploads/2018/11/blog-ph.jpg",
amount: "Rp. 1.000.000",
},
{
key: '2',
id: 1,
name: "John Doe",
picture: "https://presidenproperti.com/wp-content/uploads/2018/11/blog-ph.jpg",
amount: "Rp. 1.000.000",
},
{
key: '3',
id: 1,
name: "John Doe",
picture: "https://presidenproperti.com/wp-content/uploads/2018/11/blog-ph.jpg",
amount: "Rp. 1.000.000",
},
{
key: '4',Z
id: 1,
name: "John Doe",
picture: "https://presidenproperti.com/wp-content/uploads/2018/11/blog-ph.jpg",

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 = [