Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
Athena
Commits
e95174d2
Commit
e95174d2
authored
Jun 28, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
6f876cc9
48a6ff1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
PersonalTailor.vue
src/components/DependentTravel/PersonalTailor.vue
+1
-3
No files found.
src/components/DependentTravel/PersonalTailor.vue
View file @
e95174d2
...
@@ -460,7 +460,7 @@ export default {
...
@@ -460,7 +460,7 @@ export default {
SubmitOK
(){
SubmitOK
(){
let
that
=
this
;
let
that
=
this
;
this
.
$refs
[
'ruleForm'
].
validate
((
valid
)
=>
{
this
.
$refs
[
'ruleForm'
].
validate
((
valid
)
=>
{
console
.
log
(
valid
);
if
(
valid
)
{
if
(
valid
)
{
if
(
that
.
ruleForm
.
departureName
==
""
){
if
(
that
.
ruleForm
.
departureName
==
""
){
this
.
Error
(
"请选择出发地!"
)
this
.
Error
(
"请选择出发地!"
)
...
@@ -471,7 +471,6 @@ export default {
...
@@ -471,7 +471,6 @@ export default {
return
;
return
;
}
}
return
if
(
that
.
isLogin
==
0
){
if
(
that
.
isLogin
==
0
){
this
.
Error
(
"请先登录!"
)
this
.
Error
(
"请先登录!"
)
this
.
$router
.
push
({
name
:
'login'
})
this
.
$router
.
push
({
name
:
'login'
})
...
@@ -497,7 +496,6 @@ export default {
...
@@ -497,7 +496,6 @@ export default {
null
null
);
);
}
else
{
}
else
{
return
false
;
return
false
;
}
}
});
});
...
...
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