diff --git a/src/views/system/dicomAE/components/edit-dicom.vue b/src/views/system/dicomAE/components/edit-dicom.vue index 8c3d224..1fc55b7 100644 --- a/src/views/system/dicomAE/components/edit-dicom.vue +++ b/src/views/system/dicomAE/components/edit-dicom.vue @@ -250,7 +250,7 @@ export default { { type: 'number', min: 0, - max: 365, + // max: 365, message: this.$t('common:ruleMessage:PacsSearchMaxDaysPattern'), trigger: 'blur', },