Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
2a40e797
Commit
2a40e797
authored
Sep 02, 2020
by
郝聪敏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/update_pdf' into 'master'
fix: 返回参数接收方式修改 See merge request
!195
parents
010378fb
b61e23db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.vue
src/views/Policy/VirtualDetail/index.vue
+1
-1
electronicInsurance.mixin.js
src/views/Policy/mixin/electronicInsurance.mixin.js
+5
-1
No files found.
src/views/Policy/VirtualDetail/index.vue
View file @
2a40e797
<
template
>
<
template
>
<cr-image
fit=
"cover"
:src=
"url"
/>
<cr-image
width=
""
height=
""
fit=
"cover"
:src=
"url"
/>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/views/Policy/mixin/electronicInsurance.mixin.js
View file @
2a40e797
...
@@ -7,7 +7,11 @@ export default {
...
@@ -7,7 +7,11 @@ export default {
this
.
$notify
({
type
:
"
warning
"
,
message
:
"
保单不存在
"
});
this
.
$notify
({
type
:
"
warning
"
,
message
:
"
保单不存在
"
});
return
;
return
;
}
}
const
url
=
await
getElectronicInsurance
({
policySecId
});
const
{
url
}
=
await
getElectronicInsurance
({
policySecId
});
if
(
!
url
)
{
this
.
$notify
({
type
:
"
danger
"
,
message
:
"
保单地址返回异常
"
});
return
;
}
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"
/policy/virtual-detail
"
,
path
:
"
/policy/virtual-detail
"
,
query
:
{
url
}
query
:
{
url
}
...
...
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