Commit d6e87d2d authored by huangjie's avatar huangjie

*

parent 28152a13
......@@ -315,7 +315,7 @@ export default {
}
},
async select(menuPath) {
console.log(menuPath)
this.defaultActive = menuPath
this.id = menuPath;
this.getactualMonths();
// let month = this.expenseDate.replace('-', "");
......
......@@ -156,6 +156,7 @@
methods: {
select(menuPath){
this.id = menuPath
this.defaultActive = menuPath
let param = {
id:this.id,
expenseDate:this.expenseDate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment