diff --git a/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue b/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue index 8fd4e7fa17..b1b3f9fd19 100644 --- a/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue +++ b/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue @@ -49,7 +49,7 @@ const handlePictureCardPreview = file => { dialogVisible.value = true } -const handleRemove = (file, fileListArry) => { +const handleRemove = (file, fileListArray) => { uploadDisabled.value = false let file_static_part = file.url.split('static-resource/')[1] let index = element.value.propValue['urlList'].findIndex( diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue index 8611974d78..c2aa0549a3 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue @@ -314,10 +314,13 @@ init() > {{ fieldOption.name }}