Browse Source

1、fixed:0016771: 【健康档案】所有居民的最近检测记录都显示同样的检测项目和结果,不显示此居民最新提交的项目和结果

guanxinyi 1 year ago
parent
commit
b45191c865
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/pages/patient/detail/controller.dart

+ 1 - 0
lib/pages/patient/detail/controller.dart

@@ -211,6 +211,7 @@ class PatientDetailController extends FControllerBase with HomeNavMixin {
               .getTableData(lastRecordInfo, isLastRecord: true);
           logger.i('onReadLastRecordInfo: ${lastRecordInfo.toJson()}');
         } else {
+          state.currentDiagnosis = [];
           logger.i('onReadLastRecordInfo: empty');
         }
       }