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-17 16:02:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5a88ca12e9dde4b1cecc7103fd29002e09a0131
b5a88ca1
1 parent
71fc80e4
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/allocationConfig/flightAllocConfig/mixins/index.js
src/views/allocationConfig/flightAllocConfig/mixins/index.js
View file @
b5a88ca
...
...
@@ -238,6 +238,9 @@ export default {
let
noDateConfigFlag
=
mergeNoDateRouteInfo
.
every
(
(
item
)
=>
item
.
config
==
true
);
if
(
noDateDataList
.
length
==
0
)
{
noDateConfigFlag
=
false
;
}
resolve
({
noDateConfigFlag
,
noDateRouteLists
,
...
...
@@ -283,6 +286,9 @@ export default {
let
dateConfigFlag
=
mergeDateRouteInfo
.
every
(
(
item
)
=>
item
.
config
==
true
);
if
(
dateDataList
.
length
==
0
)
{
dateConfigFlag
=
false
;
}
// 返回日期级别查询结果
resolve
({
dateConfigFlag
,
...
...
Please
register
or
login
to post a comment