TypeScript Vue Plugi
This commit is contained in:
@@ -306,11 +306,12 @@ export function ybRequestFileUp(data) {
|
||||
})
|
||||
}
|
||||
export function getExpirationWarning(query) {
|
||||
return request({
|
||||
url: '/inventory-manage/product/expiration-warning',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
// return request({
|
||||
// url: '/inventory-manage/product/expiration-warning',
|
||||
// method: 'get',
|
||||
// params: query
|
||||
// })
|
||||
return null;
|
||||
}
|
||||
export function getClroptins(query) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user