Commit e3db9363 by tdgiang

update build

parent 6dc92ec6
...@@ -106,7 +106,7 @@ export const dropdownListPayType = async (body) => ...@@ -106,7 +106,7 @@ export const dropdownListPayType = async (body) =>
.catch((err) => null) .catch((err) => null)
export const dropdownStoreNew = async (id) => export const dropdownStoreNew = async (id) =>
GetData(`${url.dropdownStore}`, {}) GetData(`${url.dropdownAllStore}`, {})
.then((res) => res) .then((res) => res)
.catch((err) => null) .catch((err) => null)
......
...@@ -194,4 +194,5 @@ export default { ...@@ -194,4 +194,5 @@ export default {
dropdownListPayType: `${root}/dropdown/getListPayType`, dropdownListPayType: `${root}/dropdown/getListPayType`,
dropdownPaymentType: `${root}/dropdown/paymentType`, dropdownPaymentType: `${root}/dropdown/paymentType`,
dropdownAllStore: `${root}/dropdown/getAllStore`,
} }
...@@ -63,6 +63,7 @@ const ToolNotificate = (props) => { ...@@ -63,6 +63,7 @@ const ToolNotificate = (props) => {
order_code: searchDebount, order_code: searchDebount,
type_payment: type || type, type_payment: type || type,
reconciliation_id: id, reconciliation_id: id,
store_id: store || store,
}) })
props.hideLoading() props.hideLoading()
...@@ -84,7 +85,7 @@ const ToolNotificate = (props) => { ...@@ -84,7 +85,7 @@ const ToolNotificate = (props) => {
console.log('run') console.log('run')
getData(true) getData(true)
} }
}, [searchDebount, startDate, type, props]) }, [searchDebount, startDate, type, props, store])
const onAdd = () => { const onAdd = () => {
if (listSelected.length > 0) { 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