若依
2021-01-06 2c610dc4655e19ba40b2dd92037f894c321f6710
ruoyi-ui/src/components/FileUpload/index.vue
@@ -90,6 +90,8 @@
          return item;
        });
      } else {
        //上传后关闭弹出框再打开出现`只允许上传单个文件`提示,增加fileList清空可解决
        this.fileList = [];
        return [];
      }
    },