Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
b20538e5
Commit
b20538e5
authored
Dec 19, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://hel.hand-china.com/xugong/hls-xcmg-vue-app
into develop
parents
1d3ac8fe
8efae4f3
Pipeline
#4244
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
enclosure.vue
src/pages/userBindNew/org/enclosure.vue
+7
-4
invoice.vue
src/pages/userBindNew/org/invoice.vue
+3
-3
No files found.
src/pages/userBindNew/org/enclosure.vue
View file @
b20538e5
...
...
@@ -2,7 +2,7 @@
* @Description: 附件信息
* @Author: your name
* @Date: 2019-09-20 09:35:11
* @LastEditTime: 2019-12-19 12:2
0:22
* @LastEditTime: 2019-12-19 12:2
9:08
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -498,7 +498,8 @@ export default {
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
Object
.
assign
(
vm
.
hauseInfo
,
res
.
info
)
// Object.assign(vm.hauseInfo, res.info)
vm
.
hauseInfo
=
res
.
info
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
@@ -516,7 +517,8 @@ export default {
vm
.
hlsPopup
.
hideLoading
()
console
.
log
(
'行驶证信息查询'
,
res
)
if
(
res
.
result
===
'S'
)
{
Object
.
assign
(
vm
.
carInfo
,
res
.
info
)
// Object.assign(vm.carInfo, res.info)
vm
.
carInfo
=
res
.
info
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
@@ -534,7 +536,8 @@ export default {
vm
.
hlsPopup
.
hideLoading
()
console
.
log
(
'不动产权证查询'
,
res
)
if
(
res
.
result
===
'S'
)
{
Object
.
assign
(
vm
.
propertyInfo
,
res
.
info
)
// Object.assign(vm.propertyInfo, res.info)
vm
.
propertyInfo
=
res
.
info
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/pages/userBindNew/org/invoice.vue
View file @
b20538e5
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-20 09:35:11
* @LastEditTime: 2019-12-19 1
1:32:54
* @LastEditTime: 2019-12-19 1
2:29:29
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -144,8 +144,8 @@ export default {
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
console
.
log
(
'invoiceInfo'
,
res
.
info
)
//
vm.invoiceInfo = res.info
Object
.
assign
(
vm
.
invoiceInfo
,
res
.
info
)
vm
.
invoiceInfo
=
res
.
info
//
Object.assign(vm.invoiceInfo, res.info)
}
})
},
...
...
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