Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
719901cd
Commit
719901cd
authored
Aug 10, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show
parent
ce3590de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Detp.vue
src/views/Business/Ditopn/Detp.vue
+1
-1
Show.vue
src/views/Docpan/Show.vue
+1
-1
No files found.
src/views/Business/Ditopn/Detp.vue
View file @
719901cd
...
...
@@ -151,7 +151,7 @@ export default {
const
arg
=
Utils
.
flatObject
(
this
.
model
);
Api
.
post
(
"ditopn/executeDefault/didgrp.rec.avbby"
,
arg
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
"AAAAAA"
){
if
(
res
.
respCode
=
=
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
...
...
src/views/Docpan/Show.vue
View file @
719901cd
...
...
@@ -3,7 +3,7 @@
<div
style=
"height:800px;overflow:auto"
>
<embed
v-if=
"this.model.docXML!=''"
:src=
"pdf"
type=
"application/pdf"
height=
"100%"
width=
"100%"
/>
<el-col
:offset=
"4"
><pre
>
{{
this
.
model
.
docTXT
}}
</pre></el-col>
<el-col><pre
>
{{
this
.
model
.
docTXT
}}
</pre></el-col>
</div>
</div>
...
...
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