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-25 16:59:00 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
a46fe76aab6811f3ab8cbb0aa9991018c5a68bc1
a46fe76a
2 parents
a1698118
626d397e
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 @
a46fe76
...
...
@@ -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