修改重新审核bug,选择固定时间去记账之后返回还是原本的时间和tab

This commit is contained in:
2023-11-06 18:01:10 +08:00
parent afa3dedc05
commit 54befa1d4b
3 changed files with 19 additions and 15 deletions

View File

@ -163,6 +163,7 @@ export default {
this.postfix=this.$route.params?.postfix;
this.index=this.$route.params?.index;
this.queryTime = this.$route.params?.queryTime
console.log("111111111111",this.$route.params?.queryTime)
await this.getDetail()
},
methods: {