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 13:53:16 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
c1f6e8df289bb6faf364e20a5bd88f1dc197d4ec
c1f6e8df
2 parents
7992d7c0
a46fe76a
Merge branch 'et86-black' of
http://118.178.128.178/Fedex/imac-vue
into et86-black
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/allocationConfig/flightAllocConfig/components/RouteInfo.vue
src/views/allocationConfig/flightAllocConfig/components/RouteInfo.vue
View file @
c1f6e8d
...
...
@@ -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) {
...
...
Please
register
or
login
to post a comment