|
@@ -115,7 +115,7 @@ export default {
|
|
|
this.$store.state.app.curActionPermission = 'B_SkPrint'
|
|
|
// html, type, callback, printLogParams
|
|
|
this.spinning = true
|
|
|
- jGPlPrint(result, 'preview', function (res) {
|
|
|
+ jGPlPrint(result, 'print', function (res) {
|
|
|
if (res) {
|
|
|
_this.handleCommonCancel()
|
|
|
}
|