Compare commits
2 Commits
125279656f
...
bfc19d5153
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfc19d5153 | ||
|
|
f5c82cfef3 |
@ -42,6 +42,7 @@ 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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user