ソースを参照

查询交接人去除院区id

seimin 1 年間 前
コミット
d5389f0e69
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      components/selectAccount/selectAccount.vue

+ 3 - 3
components/selectAccount/selectAccount.vue

@@ -138,9 +138,9 @@
138 138
         this.timer = setTimeout(() => {
139 139
           let account = e.target.value;
140 140
           post("/data/isRepeat", {
141
-            hospital: {
142
-              id: this.hosId
143
-            },
141
+            // hospital: {
142
+            //   id: this.hosId
143
+            // },
144 144
             account
145 145
           }).then(result => {
146 146
             if (result.status == 200) {