INTCO-MES

This commit is contained in:
ICEC
2020-07-07 22:41:51 +08:00
parent 6e47eceb80
commit 3fd18cd592
4 changed files with 885 additions and 0 deletions

View File

@ -20,6 +20,13 @@ export function get30Day() {
})
}
export function getcurrent() {
return request({
url: '/fx_dashboard/current',
method: 'get'
})
}
export function getDateRange(fDateStart,fDateEnd) {