From 44fe7b7d69118a4d03bed8dadcf9b6bba1416f9d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 04 九月 2024 18:08:10 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/PatientChart.vue |   54 ++++++++++++++----------------------------------------
 1 files changed, 14 insertions(+), 40 deletions(-)

diff --git a/src/views/patient/patient/PatientChart.vue b/src/views/patient/patient/PatientChart.vue
index 2b54b5c..5e77196 100644
--- a/src/views/patient/patient/PatientChart.vue
+++ b/src/views/patient/patient/PatientChart.vue
@@ -500,7 +500,7 @@
               href="http://m.qpic.cn/psc?/V50ZTolo1AIhq00dqrJP2169QM2VHGTU/ruAMsa53pVQWN7FLK88i5qfmCJclyMduqqL6kjE4h7TXDAjimVtmLmTyGVfF4qlkyOISsYQ4Mxx705X2tkXEIUPrfCS4L4yK.f11SmO8Tq0!/b&bo=twb0AgAAAAADB2U!&rf=viewer_4"
               target="_blank"
             >
-              鏌ョ湅妯$増</el-link
+              鏌ョ湅妯℃澘</el-link
             >
           </div>
         </el-upload>
@@ -674,28 +674,7 @@
         },
       ],
 
-      cardlist: [
-        {
-          name: "鎮h�呮�绘暟",
-          value: 123,
-        },
-        {
-          name: "鍦ㄩ櫌鎮h��",
-          value: 23,
-        },
-        {
-          name: "绂婚櫌鎮h��",
-          value: 41,
-        },
-        {
-          name: "璇婄枟鎮h��",
-          value: 56,
-        },
-        {
-          name: "绂讳笘鎮h��",
-          value: 0,
-        },
-      ],
+
       // 琛ㄥ崟鍙傛暟
       form: {
         name: "",
@@ -739,7 +718,7 @@
       // 鏌ヨ鍙傛暟
       queryParams: {
         pageNum: 1,
-        allhosp: "1",
+        allhosp: "0",
         pageSize: 10,
         idcardno: undefined,
         name: undefined,
@@ -906,24 +885,19 @@
     //淇敼/鏂板鎮h��
     submitForm() {
       if (this.amendtag) {
-        alterpatient(this.form)
-          .then((response) => {
-            console.log(response);
-          })
-          .then(() => {
-            this.getList();
-            this.$modal.msgSuccess("淇敼鎴愬姛");
-          });
+        console.log(22);
+        this.form.isoperation = 2;
       } else {
-        addpatient(this.form)
-          .then((response) => {
-            console.log(response);
-          })
-          .then(() => {
-            this.getList();
-            this.$modal.msgSuccess("娣诲姞鎴愬姛");
-          });
+        this.form.isoperation = 1;
       }
+      alterpatient(this.form)
+        .then((response) => {
+          console.log(response);
+        })
+        .then(() => {
+          this.getList();
+          this.$modal.msgSuccess("淇濆瓨鎴愬姛");
+        });
       this.reset();
       // this.idds = "";
       this.Labelchange = false;

--
Gitblit v1.9.3