Browse Source

Merge branch 'uploader' into dev

zhangyu 5 years ago
parent
commit
e3fcf7af4d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/globaluploader/index.vue

+ 1 - 2
src/components/globaluploader/index.vue

@@ -2,7 +2,7 @@
  * @Author: zhangyu
  * @Date: 2019-11-28 10:05:28
  * @Info: 
- * @LastEditTime: 2019-12-11 10:45:07
+ * @LastEditTime: 2019-12-11 10:50:07
  -->
 <template>
   <div id="global-uploader">
@@ -98,7 +98,6 @@ export default {
   mounted() {
     Bus.$on('openUploader', (query, file) => {
       if(!this.uploaderList.some(item => {return item.name === file.name})){
-        debugger
         if(query.uploadId){
         // this.params = query || {};
           file.uploadId = query.uploadId