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 11:47:08 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
4d19aca0005864bc4f80655f3f0d7d6f9fce7942
4d19aca0
2 parents
502cf5fc
a46fe76a
Merge branch 'et86-black' into uat
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/allocationConfig/flightAllocConfig/components/RouteInfo.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/flightAllocConfig/components/RouteInfo.vue
View file @
4d19aca
...
...
@@ -439,7 +439,7 @@
type="primary"
size="small"
:disabled="pageName"
@click="addRouteRule(index)"
@click="addRouteRule(i
tem, i
ndex)"
>新增规则</el-button
>
</el-empty>
...
...
@@ -607,8 +607,8 @@ export default {
this.$emit("subCategory", arr);
},
// 新增规则
addRouteRule(index) {
this.$emit("addRlue", index);
addRouteRule(i
tem, i
ndex) {
this.$emit("addRlue", i
tem, i
ndex);
},
// 保存
saveSubmit(item, index) {
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
4d19aca
...
...
@@ -978,8 +978,8 @@ export default {
if (res.data.list.length) {
this.routeList = res.data.list;
}
if (res.data.list.length == 0) {
this.form.route = "";
if (res.data.list.length == 0) {
this.routeList = [];
this.msgError("该航班没有设置航线");
}
...
...
Please
register
or
login
to post a comment