瀏覽代碼

feat: 优化传值

carver 1 年之前
父節點
當前提交
e4c7065d9f
共有 1 個文件被更改,包括 3 次插入0 次删除
  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();