Browse Source

feat: 优化传值

carver 1 year ago
parent
commit
e4c7065d9f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      antbuilder/industry/hospitalV2/components/edit-patient/index.js

+ 3 - 0
antbuilder/industry/hospitalV2/components/edit-patient/index.js

@@ -364,6 +364,9 @@ Component(
           idCardType: cardTypeMap[idCardType],
         };
         let msg = "";
+        if (form.isInsu !== "1") {
+          form.isInsu = "";
+        }
         try {
           my.showLoading();
           const isEditCard = this.isEditCard();