Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
e08ad4f9
Commit
e08ad4f9
authored
Feb 22, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
92cba70c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
individualTicket.vue
src/components/Ticketing/individualTicket.vue
+0
-19
No files found.
src/components/Ticketing/individualTicket.vue
View file @
e08ad4f9
...
...
@@ -511,22 +511,14 @@
defaultSelectValue
:
0
,
//航空公司下拉框
airlineList
:
[],
//日志详情
orderlogList
:
[],
//航班详情
tripDetails
:
[],
//订单详情
usedDetails
:
[],
//默认图片
defaultImg
:
'this.src="'
+
require
(
"../../assets/img/bg_z1@2x.png"
)
+
'"'
,
//线路列表
LineList
:
[],
total
:
0
,
isSubmit
:
true
,
currentPage
:
1
,
loading
:
true
,
noData
:
false
,
countryList
:
""
,
dataList
:
[],
pickerOptions1
:
{
...
...
@@ -584,17 +576,6 @@
}
);
},
//提交创建、修改表单
submitForm
(
addMsg
)
{
let
that
=
this
;
that
.
$refs
[
addMsg
].
validate
(
valid
=>
{
if
(
valid
)
{
that
.
saveAddData
(
addMsg
);
}
else
{
return
false
;
}
});
},
//翻页功能按钮
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment