ouwei2020
2021-01-06 2c323ca3fff788329d92efe760b542e965eecfdb
update ruoyi-ui/src/components/FileUpload/index.vue.
1 files modified
2 ■■■■■ changed files
ruoyi-ui/src/components/FileUpload/index.vue 2 ●●●●● patch | view | raw | blame | history
ruoyi-ui/src/components/FileUpload/index.vue
@@ -90,6 +90,8 @@
          return item;
        });
      } else {
        //上传后关闭弹出框再打开出现`只允许上传单个文件`提示,增加fileList清空可解决
        this.fileList = [];
        return [];
      }
    },