Selaa lähdekoodia

feat: 优化传值

carver 1 vuosi sitten
vanhempi
commit
e4c7065d9f

+ 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();