手动新增检查记录

This commit is contained in:
wyw 2024-06-27 13:39:07 +08:00
parent a8f27a37c0
commit 8131d4234a

View File

@ -40,7 +40,7 @@ export default {
if (parentInfo.Nav_ListCheckRiskArea != null && parentInfo.Nav_ListCheckRiskArea.length == 1) {
temps.push({ field: "Nav_CheckArea.NAME", value: parentInfo.Nav_ListCheckRiskArea[0].Nav_RiskArea.NAME });
temps.push({ field: "RISK_AREA_ID", value: parentInfo.Nav_ListCheckRiskArea[0].RISK_AREA_ID });
setFieldEditable("Nav_CheckArea.NAME", false)
// setFieldEditable("Nav_CheckArea.NAME", false)
}
setFieldValueByBatch(temps);