update:报告文件打标签

This commit is contained in:
2026-02-10 10:58:27 +08:00
parent 0c7d2bf059
commit ce24d80328

View File

@@ -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 () => {