正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
@@ -1486,9 +1486,9 @@ | @@ -1486,9 +1486,9 @@ | ||
1486 | this.dialogStatus="create"; | 1486 | this.dialogStatus="create"; |
1487 | this.outerVisible = true; | 1487 | this.outerVisible = true; |
1488 | this.FenStatus='ediAwbh'; | 1488 | this.FenStatus='ediAwbh'; |
1489 | - this.ruleForm.flightno=JSON.parse(this.$route.query.flightno); | ||
1490 | - this.ruleForm.flightdate=JSON.parse(this.$route.query.flightdate); | ||
1491 | - this.ruleForm.originstation=JSON.parse(this.$route.query.originstation)+"-"+JSON.parse(this.$route.query.destinationstation); | 1489 | + this.ruleForm.flightno=this.$route.query.flightno; |
1490 | + this.ruleForm.flightdate=this.$route.query.flightdate; | ||
1491 | + this.ruleForm.originstation=this.$route.query.originstation+"-"+this.$route.query.destinationstation; | ||
1492 | }, | 1492 | }, |
1493 | //新增原始分单 | 1493 | //新增原始分单 |
1494 | addFen(formName){ | 1494 | addFen(formName){ |
-
请 注册 或 登录 后发表评论