Commit 8eb279ef by 梁建民

Merge branch 'dev/ver/3.0.0' into 'master'

bug

See merge request !4
parents 2c0c720f 2beb2698
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