技术方案库问题修改
This commit is contained in:
parent
7da300d017
commit
f3003a9a06
|
|
@ -24,7 +24,7 @@
|
|||
// 默认参数
|
||||
const defaultParams = {
|
||||
fileType: 'technical_solution',
|
||||
uploadType: 'pdf、doc、docx、xls、xlsx',
|
||||
uploadType: 'pdf、doc、docx',
|
||||
maxFileTips: '500MB',
|
||||
fileUploadRule: {
|
||||
fileUploadType: 'technical_solution',
|
||||
|
|
|
|||
|
|
@ -62,7 +62,8 @@ export default {
|
|||
name: item.fileName,
|
||||
filePath: item.filePath,
|
||||
lsFilePath: item.lsFilePath,
|
||||
fileType: item.fileType
|
||||
fileType: item.fileType,
|
||||
id: item.sourceId + ''
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue