技术方案库问题修改
This commit is contained in:
parent
7da300d017
commit
f3003a9a06
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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 + ''
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue