Commit 6f7f12f1 by 梁建民

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

bug

See merge request !8
parents 0f56a845 f346dfd5
Showing with 1 additions and 0 deletions
...@@ -592,6 +592,7 @@ export default { ...@@ -592,6 +592,7 @@ export default {
}, },
created() { created() {
let status = this.$route.query.status; let status = this.$route.query.status;
this.formParam.inquiry_sn = this.$route.query.inquiry_sn || '';
if (status) { if (status) {
this.formParam.i_status = status; this.formParam.i_status = status;
} }
......
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