瀏覽代碼

HIS 系统提交

XMLWAN 4 年之前
父節點
當前提交
7f8e441aa5
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/xt_pages/outpatientDoctorStation/components/deskRecord.vue

+ 2 - 0
src/xt_pages/outpatientDoctorStation/components/deskRecord.vue 查看文件

@@ -266,6 +266,8 @@
266 266
               this.$message.error("患者病历已存在")
267 267
               return false
268 268
             } else {
269
+              var caseHistory = response.data.data.caseHistory
270
+              console.log("caseHistory",caseHistory)
269 271
               this.$message.success("保存成功")
270 272
             }
271 273
           })