apply-clients 3.3.104 → 3.3.105

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.3.104",
3
+ "version": "3.3.105",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -108,6 +108,13 @@ export default {
108
108
  this.f_sign_path = fileUrl
109
109
 
110
110
  this.$emit('sign-success', fileUrl)
111
+
112
+
113
+ HostApp.__this__.getFiles()
114
+ console.log('----------------查询回调结束-------------------')
115
+
116
+ HostApp. = null
117
+ HostApp.__this__ = null
111
118
  },
112
119
  delAudioFile (signPath) {
113
120
  if (!signPath) {