cnhis-design-vue 3.1.19-beta.1 → 3.1.19-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -259,7 +259,7 @@ class Print {
|
|
|
259
259
|
}
|
|
260
260
|
_downloadPDF(inputData) {
|
|
261
261
|
if (this.webview) {
|
|
262
|
-
return this.postMessage({ exec: "pdf", data: { inputData } });
|
|
262
|
+
return this.postMessage({ exec: "pdf", data: { file: inputData } });
|
|
263
263
|
}
|
|
264
264
|
return httpFn.get(PDF_URL, { params: { inputData } }).then(({ data }) => data);
|
|
265
265
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.19-beta.
|
|
3
|
+
"version": "3.1.19-beta.2",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"iOS 7",
|
|
66
66
|
"last 3 iOS versions"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "6cdac6ec5a98755712260db0ba068706fc884c4b"
|
|
69
69
|
}
|