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
Elements-SY
2023-10-26 16:54:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
429ad8d9dc9d169016943ea3b092f3a1fbbc6ae6
429ad8d9
1 parent
3b7fec33
查看维度入参新增字段
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/allocationConfig/flightAllocConfig/mixins/index.js
src/views/allocationConfig/flightAllocConfig/mixins/index.js
View file @
429ad8d
...
...
@@ -122,6 +122,8 @@ export default {
queryParmas
:
function
()
{
// White Tail
if
(
parmas
.
flightKindName
==
"White Tail"
)
{
this
.
dateParmas
.
flightType
=
"WT"
;
this
.
noDateParmas
.
flightType
=
"WT"
;
_this
.
dateLevelData
({
dateParmas
:
this
.
dateParmas
,
noDateParmas
:
this
.
noDateParmas
,
...
...
Please
register
or
login
to post a comment