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-22 19:55:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4dd778ccb335319ba2de8f12159993c80af986c
c4dd778c
1 parent
3dd755c2
modify
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
src/views/allocationConfig/flightAllocConfig/mixins/index.js
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
View file @
c4dd778
...
...
@@ -108,6 +108,7 @@ export default {
判断有日期的找到了就走有日期的,如果日期级别的没有找到再去走一次普通级别的接口
*/
created() {
this.getAllDictData();
const parmas = {
querySpecifyData: this.$route.query.querySpecifyData || "", // 查询特殊数据字段 1、2
purposeOfFlightNo: this.$route.query.purposeOfFlightNo || "", // 航班号
...
...
src/views/allocationConfig/flightAllocConfig/mixins/index.js
View file @
c4dd778
...
...
@@ -586,6 +586,7 @@ export default {
this
.
queryForm
.
routesStr
=
routes
.
join
(
";"
);
// this.defaultRouteData(result) // 默认航线配置信息数据;
this
.
routeList
=
dateRouteList
;
// 航线优先级
console
.
log
(
dateList
);
this
.
routesInfo
=
dateList
;
this
.
pageLoading
=
false
;
}
else
{
...
...
Please
register
or
login
to post a comment