Browse Source

首件检验记录bug

hella_online_20240829
zhang_li 4 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) => { const submitForm = async (formType, data) => {
data.subList = tableData.value // // data.subList = tableData.value //
try { try {
if (formType === 'create') { if (formType === 'create') {
await InspectionRecordMainApi.createInspectionRecordMain(data) await InspectionRecordMainApi.createInspectionRecordMain(data)

Loading…
Cancel
Save