Merge pull request 'refactor(components): 调整文件上传大小限制并优化附件展示逻辑' (#1016) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/1016
This commit is contained in:
2025-05-23 01:08:02 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -420,6 +420,7 @@ const getAttachmentList = () => {
nextTick(() => { nextTick(() => {
showAttachmentTable.value = true showAttachmentTable.value = true
}) })
activeName.value = 'all'
loading.close() loading.close()
} else { } else {
ElNotification({ ElNotification({

View File

@@ -39,7 +39,7 @@ const props = defineProps({
}, },
maxSize: { maxSize: {
type: Number, type: Number,
default: 30 default: 999999
}, },
showFileList: { showFileList: {
type: Boolean, type: Boolean,