Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6400b4b4
authored
2022-09-02 15:52:28 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:打印
1 parent
1885644b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/views/system/dymbgl/dymbgl.vue
src/views/system/dymbgl/dymbgl.vue
View file @
6400b4b
...
...
@@ -94,7 +94,12 @@ export default {
},
1000
);
};
LODOP
.
PRINT_DESIGN
();
//打印设计或者打印维护需要放到最后
}
},
handlePrint
()
{
let
LODOP
=
getLodop
();
// LODOP.ADD_PRINT_DATA("ProgramData", getSession("printValue"));
LODOP
.
PREVIEW
();
},
},
};
</
script
>
...
...
Please
register
or
sign in
to post a comment