zhangzengfei
2020-11-03 d5ce0b7e6d9ff8db84c03af0bef143024dd246ca
src/components/subComponents/FileUpload/btn.vue
@@ -33,7 +33,10 @@
    attrs: {
      handler(n, o) {
        //this.$nextTick(() => {
          this.uploader.uploader.assignBrowse(this.$refs.btn, this.directory, this.single, n)
          if(n){
            this.uploader.uploader.assignBrowse(this.$refs.btn, this.directory, this.single, n)
          }
        //})
      },
      deep: true