Commit e95eb32e authored by 罗新东's avatar 罗新东

修改了附件页面上传附件信息

parent ea2ee524
Pipeline #7306 passed with stage
in 9 seconds
......@@ -616,7 +616,7 @@ export default {
// 放图片路径 因为formdat存数组会自动变成字符串所以次用这种追加字段的方式
values.setRankModeFile.forEach((item) => {
// 定级方式
formdata.append("risk1[]", item.file);
formdata.append("risk2[]", item.file);
});
// values.setRankModeFile.file
values.technologyFile.forEach((item) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment