Ver código fonte

审核记录字段修改

zhuqingsong 1 ano atrás
pai
commit
f7b4cef26a

+ 1 - 1
src/views/InformationFilling/outWarehouseInfo/detail.vue

@@ -398,7 +398,7 @@ const lookData = () => {
398 398
         item.filePartList = item.filePart ? [{ name: item.fileName, filePart: item.filePart }] : [];
399 399
       });
400 400
       formData.tableData = getData;
401
-      auditData.value = res.data.inboundStatus;
401
+      auditData.value = res.data.outboundStatus;
402 402
     }
403 403
   });
404 404
 };