Removed console.log
This commit is contained in:
parent
5d87cc04be
commit
5f7a9ca1cc
1 changed files with 0 additions and 2 deletions
|
|
@ -90,7 +90,6 @@ export default () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const checkDivision = async () => {
|
const checkDivision = async () => {
|
||||||
console.log('AAAA')
|
|
||||||
const building = await checkAccess('BUILDING ORDER OF PAYMENT')
|
const building = await checkAccess('BUILDING ORDER OF PAYMENT')
|
||||||
setIsBuilding(building)
|
setIsBuilding(building)
|
||||||
|
|
||||||
|
|
@ -123,7 +122,6 @@ export default () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const getListForPrinting = async () => {
|
const getListForPrinting = async () => {
|
||||||
console.log('BBB')
|
|
||||||
try {
|
try {
|
||||||
const response = await ofetch(API + 'get-listopprinting-electrical', { parseResponse: JSON.parse })
|
const response = await ofetch(API + 'get-listopprinting-electrical', { parseResponse: JSON.parse })
|
||||||
setApplicationList(response.result)
|
setApplicationList(response.result)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue