Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
9babaeb7
Commit
9babaeb7
authored
Dec 28, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改打印
parent
fa1d6093
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
sample-form-manager-ui/admin/src/pages/software/librarymanage/modal/PreviewMaterals.vue
...rc/pages/software/librarymanage/modal/PreviewMaterals.vue
+1
-1
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
...nager-ui/admin/src/pages/software/matter/MatterManage.vue
+0
-1
No files found.
sample-form-manager-ui/admin/src/pages/software/librarymanage/modal/PreviewMaterals.vue
View file @
9babaeb7
...
...
@@ -68,7 +68,7 @@ export default {
papertype
:
"
A4
"
,
printername
:
""
,
// 打印机名称 为空则为默认打印机
printertype
:
"
url
"
,
// base64 ,normal,url
url
:
info
.
fileUrl
,
// url
url
:
this
.
api
+
info
.
samplePath
,
// url
success
:
(
res
)
=>
{
if
(
res
&&
res
.
code
==
"
00000
"
)
{
_this
.
$message
.
success
(
"
打印成功
"
);
...
...
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
View file @
9babaeb7
...
...
@@ -392,7 +392,6 @@ export default {
this
.
leftTotal
=
total
;
this
.
recommendCount
=
recommendCount
;
this
.
$refs
.
leftTable
.
bodyWrapper
.
scrollTop
=
0
;
console
.
log
(
data
);
}
}
,
// 新增事项
...
...
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