diff --git a/src/components/MyComponents/Upload/index.vue b/src/components/MyComponents/Upload/index.vue index 3b709b0..d370c16 100644 --- a/src/components/MyComponents/Upload/index.vue +++ b/src/components/MyComponents/Upload/index.vue @@ -8,7 +8,8 @@ :limit="props.limit" :action="actionUrl" :list-type="props.showBtn ? '' : 'picture-card'" - :file-list="fileList" show-file-list + :file-list="fileList" + show-file-list :on-exceed="handleExceed" :on-success="handlerSuccess" :before-upload="beforeImgUpload"> @@ -52,7 +53,7 @@