This commit is contained in:
yanran200730
2022-04-06 19:22:04 +08:00
parent 2e92a69c4d
commit b929880b7a
2 changed files with 8 additions and 3 deletions

View File

@@ -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)
}
}
}