diff --git a/jero-web/src/components/CollectionTypeDisabled/index.vue b/jero-web/src/components/CollectionTypeDisabled/index.vue index 4e30ff1bf..4e000b0f8 100644 --- a/jero-web/src/components/CollectionTypeDisabled/index.vue +++ b/jero-web/src/components/CollectionTypeDisabled/index.vue @@ -634,12 +634,12 @@ uploadFileChangeDown }, mounted() { - this.detailDate.list.forEach((item) => { - if (item.type === 'pull_more') { - item.dataValue = [] - } - // this.detailDatetransformation.push(item) - }) + // this.detailDate.list.forEach((item) => { + // if (item.type === 'pull_more') { + // item.dataValue = [] + // } + // // this.detailDatetransformation.push(item) + // }) }, methods: { onInput(r) {