正在显示
1 个修改的文件
包含
9 行增加
和
1 行删除
@@ -369,7 +369,15 @@ | @@ -369,7 +369,15 @@ | ||
369 | }, | 369 | }, |
370 | //点击进入原始页面 | 370 | //点击进入原始页面 |
371 | handleClick(row){ | 371 | handleClick(row){ |
372 | - this.$router.push({path:'/origmaster',query:{flightno:JSON.stringify(row.carrier+row.flightno),destinationstation:JSON.stringify(row.destinationstation),awba:JSON.stringify(row.awba),flightdate:JSON.stringify(row.flightdate),originstation:JSON.stringify(row.originstation)}}); | 372 | + this.$router.push({path:'/origmaster', |
373 | + query:{ | ||
374 | + flightno:row.carrier+row.flightno, | ||
375 | + destinationstation:row.destinationstation, | ||
376 | + awba:row.awba, | ||
377 | + flightdate:row.flightdate, | ||
378 | + originstation:row.originstation | ||
379 | + } | ||
380 | + }); | ||
373 | }, | 381 | }, |
374 | //点击进入理货页面 | 382 | //点击进入理货页面 |
375 | handleTally(row){ | 383 | handleTally(row){ |
-
请 注册 或 登录 后发表评论