hanbaoshan
2020-10-27 1e84774c0c0752c61e60592e7f7fc1c0d25a1dab
src/components/subComponents/FileUpload/btn.vue
@@ -26,14 +26,15 @@
      default() {
        return {}
      }
    }
    },
  },
  watch: {
    attrs: {
      handler(n, o) {
        this.$nextTick(() => {
        //this.$nextTick(() => {
          this.uploader.uploader.assignBrowse(this.$refs.btn, this.directory, this.single, n)
        })
        //})
      },
      deep: true
    }