fix debug异常报错

This commit is contained in:
2024-01-17 16:15:33 +08:00
parent 97193d4c31
commit 59ff8ce2a9

View File

@@ -89,7 +89,6 @@ export default {
if (this.$route.query.id) {
this.form.id = this.$route.query.id
this.params.id = this.$route.query.id
this.$refs.pagination.handleSearch()
}
},
methods: {