Browse Source

fix 0017695: 【新建档案】【紧急联系人手机号】填写“手机号码“字段后,紧急联系人手机号字段也自动显示同样的号码,不需要自动同步,应显示为空

Melon 1 year ago
parent
commit
395cabddd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/pages/patient/create/widgets/patient_info.dart

+ 1 - 1
lib/pages/patient/create/widgets/patient_info.dart

@@ -168,7 +168,7 @@ class PatientInfo extends GetView<CreatePatientController> {
           ),
           VListFormCell(
             label: "紧急联系手机号",
-            content: controller.state.phoneNo,
+            content: controller.state.emergencyPhone,
             onTap: () async {
               final result = await VDialogInput(
                 title: "紧急联系手机号",