完成
This commit is contained in:
@@ -18,6 +18,15 @@ export function editStock(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 统计
|
||||
export function getTotal(data) {
|
||||
return request({
|
||||
url: '/wisdom/stock/statistic',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function printTag(data){
|
||||
|
||||
Reference in New Issue
Block a user