手动新增检查记录
This commit is contained in:
parent
a8f27a37c0
commit
8131d4234a
@ -40,7 +40,7 @@ export default {
|
|||||||
if (parentInfo.Nav_ListCheckRiskArea != null && parentInfo.Nav_ListCheckRiskArea.length == 1) {
|
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: "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 });
|
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);
|
setFieldValueByBatch(temps);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user