dicom新增时间限制最大值去除
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-18 15:35:42 +08:00
parent 0153644432
commit 687985e66b
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export default {
{
type: 'number',
min: 0,
max: 365,
// max: 365,
message: this.$t('common:ruleMessage:PacsSearchMaxDaysPattern'),
trigger: 'blur',
},