uat_us
parent
3fb2c5ca40
commit
d15eab1a8e
|
@ -651,7 +651,7 @@ export default {
|
||||||
try {
|
try {
|
||||||
resArray.forEach(v => {
|
resArray.forEach(v => {
|
||||||
if (v.DoctorCriterionStatusList && v.DoctorCriterionStatusList.length === 0) {
|
if (v.DoctorCriterionStatusList && v.DoctorCriterionStatusList.length === 0) {
|
||||||
this.isConsistencyChange(v, null,false, false)
|
this.isConsistencyChange(v, null,true, false)
|
||||||
}
|
}
|
||||||
v.CriterionCategoryList.forEach(v1 => {
|
v.CriterionCategoryList.forEach(v1 => {
|
||||||
let o = v.DoctorCriterionStatusList.find(v2 => {
|
let o = v.DoctorCriterionStatusList.find(v2 => {
|
||||||
|
|
Loading…
Reference in New Issue