Commit e3db9363 by tdgiang

update build

parent 6dc92ec6
......@@ -106,7 +106,7 @@ export const dropdownListPayType = async (body) =>
.catch((err) => null)
export const dropdownStoreNew = async (id) =>
GetData(`${url.dropdownStore}`, {})
GetData(`${url.dropdownAllStore}`, {})
.then((res) => res)
.catch((err) => null)
......
......@@ -194,4 +194,5 @@ export default {
dropdownListPayType: `${root}/dropdown/getListPayType`,
dropdownPaymentType: `${root}/dropdown/paymentType`,
dropdownAllStore: `${root}/dropdown/getAllStore`,
}
......@@ -63,6 +63,7 @@ const ToolNotificate = (props) => {
order_code: searchDebount,
type_payment: type || type,
reconciliation_id: id,
store_id: store || store,
})
props.hideLoading()
......@@ -84,7 +85,7 @@ const ToolNotificate = (props) => {
console.log('run')
getData(true)
}
}, [searchDebount, startDate, type, props])
}, [searchDebount, startDate, type, props, store])
const onAdd = () => {
if (listSelected.length > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment