审核校验修改
parent
a828189310
commit
78342c3a8f
|
|
@ -427,6 +427,7 @@
|
||||||
}
|
}
|
||||||
console.log(subTableDataStore.getGroupData);
|
console.log(subTableDataStore.getGroupData);
|
||||||
let resultObj = {}
|
let resultObj = {}
|
||||||
|
if(tabsFormRef.value){
|
||||||
tabsFormRef.value.forEach((item,index) => {
|
tabsFormRef.value.forEach((item,index) => {
|
||||||
console.log(item.getFieldsValue(),index)
|
console.log(item.getFieldsValue(),index)
|
||||||
let data = item.getFieldsValue()
|
let data = item.getFieldsValue()
|
||||||
|
|
@ -436,6 +437,7 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
}
|
||||||
//卡片组的值赋值给form,优化卡片组必填验证不通过
|
//卡片组的值赋值给form,优化卡片组必填验证不通过
|
||||||
setFieldsValue({
|
setFieldsValue({
|
||||||
...resultObj,
|
...resultObj,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue