@ -340,6 +340,9 @@ const handleDeleteTable = (item, index) => {
tableData.value.splice(index, 1)
}
//为true表示子表数据中存在数量为0的数据
const flag = ref()
// form表单提交
const submitForm = async (formType,data) => {
data.subList = tableData.value // 拼接子表数据参数