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-18 18:34:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3212f94ecb5215b88c0e4153691f0b491f98313b
3212f94e
1 parent
3158fca2
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/allocationConfig/flightAllocConfig/mixins/index.js
src/views/allocationConfig/flightAllocConfig/mixins/index.js
View file @
3212f94
...
...
@@ -768,6 +768,11 @@ export default {
},
// 包含始发站失焦事件
locationBur
({
index
,
item
})
{
/*
对于单选框这种,不论是勾选哪一个两则都使用一个布尔值;
*/
console
.
log
(
this
.
routesInfo
);
console
.
log
(
"locationBur"
,
index
,
item
);
},
// 不包含始发站失焦事件
...
...
Please
register
or
login
to post a comment