技术方案库问题修改

This commit is contained in:
cwchen 2025-11-17 11:20:45 +08:00
parent 7da300d017
commit f3003a9a06
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@
// //
const defaultParams = { const defaultParams = {
fileType: 'technical_solution', fileType: 'technical_solution',
uploadType: 'pdf、doc、docx、xls、xlsx', uploadType: 'pdf、doc、docx',
maxFileTips: '500MB', maxFileTips: '500MB',
fileUploadRule: { fileUploadRule: {
fileUploadType: 'technical_solution', fileUploadType: 'technical_solution',

View File

@ -62,7 +62,8 @@ export default {
name: item.fileName, name: item.fileName,
filePath: item.filePath, filePath: item.filePath,
lsFilePath: item.lsFilePath, lsFilePath: item.lsFilePath,
fileType: item.fileType fileType: item.fileType,
id: item.sourceId + ''
}; };
}); });
} }