|
@ -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) |
|
|