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
956a2d7a
Commit
956a2d7a
authored
Oct 23, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
f0d0197d
53350431
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
Application.vue
src/components/FinancialModule/Application.vue
+0
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+0
-1
TravelConfig.vue
...ents/newTravelmanager/TravelGroupControl/TravelConfig.vue
+0
-2
No files found.
src/components/FinancialModule/Application.vue
View file @
956a2d7a
...
...
@@ -271,7 +271,6 @@ export default {
}
}
// console.log("this.data",this.data)
this
.
formdata
=
Object
.
assign
({},
res
.
data
.
data
);
if
(
this
.
formdata
.
Type
==
0
){
this
.
formdata
.
Type
=
1
;
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
956a2d7a
...
...
@@ -1308,7 +1308,6 @@
this
.
queryMsg
.
TCID
=
""
;
}
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
,
'resssssssss'
);
this
.
queryCommonData
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
queryMsg
.
total
=
res
.
data
.
data
.
count
this
.
queryMsg
.
noData
=
!
this
.
queryMsg
.
total
>
0
...
...
src/components/newTravelmanager/TravelGroupControl/TravelConfig.vue
View file @
956a2d7a
...
...
@@ -443,7 +443,6 @@
//线路监听
LineList
:
{
handler
:
function
(
val
,
oldVal
)
{
console
.
log
(
this
.
PostConfig
,
'pppppppppp'
);
if
(
this
.
PostConfig
.
LineId
==
0
)
{
this
.
PostConfig
.
LineId
=
this
.
LineList
[
0
].
LineID
;
this
.
PostConfig
.
LineName
=
this
.
LineList
[
0
].
LineName
;
...
...
@@ -457,7 +456,6 @@
//深度监听,可监听到对象、数组的变化
handler
:
function
(
val
,
oldVal
)
{
this
.
$emit
(
"headCallBack"
,
this
.
PostConfig
);
console
.
log
(
this
.
PostConfig
,
'postConfigggg'
);
},
deep
:
true
},
...
...
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