zhangzengfei
2020-09-17 d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29
src/components/subComponents/FileUpload/index.vue
@@ -157,6 +157,15 @@
      //     }
      //   })
      // }
      //将自定义参数直接加载uploader实例的opts上
      if (location.href.indexOf("dataStack") >= 0) {
        Object.assign(this.uploader.opts, {
          query: {
            stackId: this.DataStackPool.selectedDir.id
            // ...this.params,
          }
        })
      }
      file.uniqueIdentifier = md5;
      file.resume();
      this.statusText.paused = "暂停中";