Commit 2beb2698 by LJM

bug

parent 41b04fc9
Showing with 2 additions and 0 deletions
...@@ -198,12 +198,14 @@ export default { ...@@ -198,12 +198,14 @@ export default {
}, },
created() { created() {
this.formInline.inquiry_sn = this.$route.query.inquiry_sn || ''; this.formInline.inquiry_sn = this.$route.query.inquiry_sn || '';
this.formInline.quote_sn = this.$route.query.quote_sn || '';
this.getData(); this.getData();
}, },
watch: { watch: {
$route(to, from) { $route(to, from) {
if (to.path == '/orderTrackGoods') { if (to.path == '/orderTrackGoods') {
this.formInline.inquiry_sn = this.$route.query.inquiry_sn || ''; this.formInline.inquiry_sn = this.$route.query.inquiry_sn || '';
this.formInline.quote_sn = this.$route.query.quote_sn || '';
this.getData(); this.getData();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment