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-24 14:02:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ca5f06a915e21fc763e619835b13505b635c18f
9ca5f06a
1 parent
704f1b21
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
src/views/et86Config/et86RuleConfig/edit/index.vue
src/views/et86Config/et86RuleConfig/edit/index.vue
View file @
9ca5f06
...
...
@@ -771,10 +771,10 @@ export default {
if (item.hasOwnProperty("routeList")) {
delete item.routeList;
}
//
//
作为是否为新增
//
if (item.hasOwnProperty("statusMark")) {
//
delete item.id;
//
}
// 作为是否为新增
if (item.hasOwnProperty("statusMark")) {
delete item.id;
}
// 编辑
if (item.hasOwnProperty("edit")) {
delete item.edit;
...
...
@@ -789,6 +789,9 @@ export default {
delete item.statusMark;
}
});
if(this.$route.query.name == "add"){
delete this.queryForm.id;
}
// 校验ET86配舱航班顺位维度
let fltNo = this.tableData.some((item) => item.flightNo == ""); // 通过遍历判断航班顺位列表有没有填写的航班号
let fltNoRoute = this.tableData.some(
...
...
Please
register
or
login
to post a comment