|
|
@ -560,7 +560,7 @@ const detailValidate = (data) => { |
|
|
|
} |
|
|
|
} |
|
|
|
// 子表提交 |
|
|
|
const detailSubmitForm= async (formType,data,getList,formRef,tableList) => { |
|
|
|
const detailSubmitForm= async (formType,data,formRef,tableList) => { |
|
|
|
try { |
|
|
|
let data1 = { |
|
|
|
id:data.id, |
|
|
@ -582,7 +582,7 @@ const detailSubmitForm= async (formType,data,getList,formRef,tableList) => { |
|
|
|
} |
|
|
|
formRef.dialogVisible = false |
|
|
|
// 刷新当前列表 |
|
|
|
await getList() |
|
|
|
await detailRef.value.getList() |
|
|
|
detailRef.value.tableObject.tableList.forEach(item=>{ |
|
|
|
if (item.itemNumbers?.length>0) { |
|
|
|
let str = '' |
|
|
|