From 44f1fcf07e4137e4925e5dd7f3b62c14ca0a40b5 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Tue, 7 Jun 2022 10:11:03 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=8E=A7=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/CollectionType/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 0b66378c2..c59193aab 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -204,6 +204,9 @@ export default { uploadFile }, mounted() { + if(this.detailDate.list[0].type === 'pull_more') { + this.detailDate.list[0].dataValue = [] + } }, methods: { uploadSuccess(data) {