Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-10-10 11:31:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad642368bf1c67b55ee4410b3555c3c9f0b4f47c
ad642368
1 parent
fddbfa7d
维度跳转状态修正
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/index.vue
src/views/allocationConfig/flightAllocConfig/index.vue
View file @
ad64236
...
...
@@ -128,9 +128,17 @@ export default {
},
//跳转到查看,修改页面
handleClick(fltNo, handle, fltDate, status) {
let obj = {
handle: handle,
fltNo: fltNo,
fltDate: fltDate != null ? fltDate : ' ',
route: '',
routeStatus: 'FlightAllocConfig',
status: status
}
this.$router.push({
name: "FlightAllocConfigInfo",
params:
{ handle: handle, fltNo: fltNo, fltDate: fltDate ? fltDate : null, status: status }
,
params:
obj
,
});
},
//航班优先级修改
...
...
Please
register
or
login
to post a comment