bug
This commit is contained in:
@@ -158,8 +158,8 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
if (this.$route.query?.id) {
|
||||
this.getDetail(this.$route.query?.id)
|
||||
if (this.row.id) {
|
||||
this.getDetail(this.row.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user