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-08-16 19:24:55 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
a944e768154fb8097e52835dc7dbe976eb074f6f
a944e768
2 parents
e0ee51c5
661ef87b
Merge branch 'et86' into 2023-08-14
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
a944e76
...
...
@@ -989,7 +989,6 @@ export default {
},
//保存
submit(val) {
console.log('提交:',val)
let routeArr = []
let data = this.setDataHandle(JSON.parse(JSON.stringify(this.infoForm.list[val])))
if (new Number(data.minNumOfPieces) > new Number(data.maxNumOfPieces)) {
...
...
Please
register
or
login
to post a comment