报表模块小问题

This commit is contained in:
2023-03-23 15:50:11 +08:00
parent 8060214000
commit ae530033e3
5 changed files with 4 additions and 4 deletions

View File

@@ -149,7 +149,6 @@ export default {
})
this.formConfig[1].defaultSelect = this.$route.params.categoryId || ''
this.listQuery.category = this.$route.params.categoryId || ''
this.getList()
},
methods: {
getList() {
@@ -171,6 +170,7 @@ export default {
} else {
localStorage.setItem('reportCategory', '')
}
this.getList()
})
},
handleClick(val) {