Merge branch 'main' of http://192.168.65.198:3000/Front_Team/SPDM
This commit is contained in:
@@ -1013,6 +1013,10 @@ const beforeUploadFun = (file: any) => {
|
||||
yunits: '',
|
||||
fileType: fileType.value,
|
||||
keyResultType: keyResultType.value,
|
||||
// 报告结果2
|
||||
fileTypeDictValue: '2', // 这里写死的
|
||||
fileTypeDictClass: 'ALL_FILE_TYPE',
|
||||
dictTags: ['fileTypeDictClass', 'fileTypeDictValue'],
|
||||
};
|
||||
|
||||
tableData.value.push(obj);
|
||||
@@ -1020,6 +1024,7 @@ const beforeUploadFun = (file: any) => {
|
||||
nextTick(() => {
|
||||
baseUploadTableRef.value.setDataFun(tableData.value);
|
||||
});
|
||||
return false;
|
||||
};
|
||||
|
||||
const submitFun2 = async () => {
|
||||
|
||||
Reference in New Issue
Block a user