Browse Source

首件检验记录bug

hella_online_20240829
zhang_li 2 months ago
parent
commit
60519fe37e
  1. 2
      src/views/qms/inspectionRecord/index.vue

2
src/views/qms/inspectionRecord/index.vue

@ -286,7 +286,7 @@ const buttonBaseClick = (val, item) => {
// //
const submitForm = async (formType, data) => {
data.subList = tableData.value //
// data.subList = tableData.value //
try {
if (formType === 'create') {
await InspectionRecordMainApi.createInspectionRecordMain(data)

Loading…
Cancel
Save