订单详情 不触发加载问题

master
lemon橪 2021-07-29 15:48:41 +08:00
parent 9313d5a886
commit 6b27278e6e
1 changed files with 3 additions and 1 deletions

View File

@ -518,7 +518,9 @@ export default {
return label;
},
},
activated() {
mounted() {
this.sn = this.$route.query.sn;
this.getDetail();
},