Commit 8b04d478 authored by tyn's avatar tyn

Merge branch 'V20231129-中建一局二公司' of...

Merge branch 'V20231129-中建一局二公司' of https://git-frp.jiansheku.com/root/dsk-operate-sys into V20231129-中建一局二公司
parents 9860f1fa d6e87d2d
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
} }
}, },
async select(menuPath) { async select(menuPath) {
console.log(menuPath) this.defaultActive = menuPath
this.id = menuPath; this.id = menuPath;
this.getactualMonths(); this.getactualMonths();
// let month = this.expenseDate.replace('-', ""); // let month = this.expenseDate.replace('-', "");
......
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
methods: { methods: {
select(menuPath){ select(menuPath){
this.id = menuPath this.id = menuPath
this.defaultActive = menuPath
let param = { let param = {
id:this.id, id:this.id,
expenseDate:this.expenseDate 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