zhangzengfei
2020-10-27 e65c4102f0175d666746936381c3dee278358a72
src/components/subComponents/FileUpload/btn.vue
@@ -31,7 +31,6 @@
  watch:{
    attrs:{
      handler(n,o){
        debugger
        this.$nextTick(()=>{
          this.uploader.uploader.assignBrowse(this.$refs.btn, this.directory, this.single, n)
        })