Compare commits

..

No commits in common. "c0c4d471d4be537db22e7a7495557375a062b9d6" and "b5016983453ff07a4ea3ee2766f339f3c2436e19" have entirely different histories.

View File

@ -16,10 +16,6 @@ export default {
} else if (stateData.IS_CREATETEST == 1) {
setRowFieldVisible("T_SE_NEW_USER_DETAIL", { "SCORE": false, "EXAMINATION_RESULTS": false, "Nav_Files": false })
}
//班组级 三级安全教育 不出现子表的下级培训组织
if (stateData.TRAIN_STATUS == 3) {
setRowFieldVisible("T_SE_NEW_USER_DETAIL", { "Nav_DepartmentNext.NAME": false })
}
},
onChange: ({ isNew, stateData, setFieldVisible, setFieldValue, setRowFieldVisible }) => {
if (stateData.IS_CREATETEST == 0) {