熊飞 2024-03-13 11:07:40 +08:00
parent 3fb2c5ca40
commit d15eab1a8e
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {