Commit f346dfd5 by LJM

bug

parent 47d4afaf
Showing with 1 additions and 0 deletions
......@@ -592,6 +592,7 @@ export default {
},
created() {
let status = this.$route.query.status;
this.formParam.inquiry_sn = this.$route.query.inquiry_sn || '';
if (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