Compare commits

..

No commits in common. "bfc19d51536a8deb3fb534fa2c78560446424df2" and "125279656f936849d4f1f85726b6626458c3465d" have entirely different histories.

View File

@ -42,7 +42,6 @@ export default {
let r = ret.find(x => x.ID == e.ID)
if (e.DT_SIGN != r.DT_SIGN) {
e.DT_SIGN = r.DT_SIGN
e.STATUS = r.STATUS
e.OK = r.OK
e.EXAMINATION_RESULTS = r.EXAMINATION_RESULTS
if (e.DT_SIGN != null && e.EXAMINATION_RESULTS == null && params.stateData.Nav_Notify && params.stateData.Nav_Notify.CHECKTYPE == 56) {