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:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
661ef87b2de204d5bfefeefa60477e802f5ce758
661ef87b
1 parent
5029a435
modidy
Hide 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 @
661ef87
...
...
@@ -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