预算配置
This commit is contained in:
@@ -298,4 +298,13 @@ export default {
|
||||
deleteBill(params) {
|
||||
return fetchPost('/user/bill/del/' + params,null,true,false);
|
||||
},
|
||||
/**
|
||||
* 预算处理
|
||||
*/
|
||||
getBudget(){
|
||||
return fetchPost('/user/budget',null,true,false);
|
||||
},
|
||||
editBudget(params){
|
||||
return fetchPost('/user/budget/edit',params,true,false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user