订单详情 不触发加载问题
parent
9313d5a886
commit
6b27278e6e
|
@ -518,7 +518,9 @@ export default {
|
||||||
return label;
|
return label;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
activated() {
|
|
||||||
|
|
||||||
|
mounted() {
|
||||||
this.sn = this.$route.query.sn;
|
this.sn = this.$route.query.sn;
|
||||||
this.getDetail();
|
this.getDetail();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue