pssr检查内容上传文件参数修改
This commit is contained in:
@@ -34,7 +34,7 @@ const uploadFile = async (e: any) => {
|
||||
if (!file) return;
|
||||
const formData = new FormData();
|
||||
formData.append('file', file);
|
||||
formData.append('step', '2');
|
||||
formData.append('step', '5');
|
||||
uploadLoading.value = true;
|
||||
const {error} = await uploadFileApi(props.currentId, formData);
|
||||
if(!error){
|
||||
@@ -105,6 +105,7 @@ defineExpose({list})
|
||||
本组内容经评估本次变更不涉及(如:无现场安装作业 / 不改变保护措施 / 无需归档资料),已不计入 PSSR 完成统计;如需恢复检查清单,点击右上角「恢复清单」。
|
||||
</div>
|
||||
<template v-else>
|
||||
<div v-if="g.items.length===0" class="py-3 px-2 text-center text-slate-400 text-xs">暂无检查项</div>
|
||||
<div v-for="(it, i) in g.items" :key="`${gi}-${i}`" class="flex flex-wrap items-center gap-3 border-t px-3 py-2.5 text-sm">
|
||||
<span class="w-5 text-slate-400">{{ i + 1 }}</span>
|
||||
<NInput
|
||||
|
||||
Reference in New Issue
Block a user