apply-clients 3.3.99 → 3.3.100
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.
package/package.json
CHANGED
|
@@ -66,6 +66,8 @@ export default {
|
|
|
66
66
|
console.log('===================签字文件上传==============')
|
|
67
67
|
console.log('===================打印id==============',HostApp.__this__.blobid)
|
|
68
68
|
let data = {
|
|
69
|
+
defname:HostApp.__this__.defname,
|
|
70
|
+
type:HostApp.__this__.type,
|
|
69
71
|
blodid: HostApp.__this__.blobid,
|
|
70
72
|
username: Vue.user.name,
|
|
71
73
|
fremarks: '报装手机签字文件',
|