浏览代码

查询交接人去除院区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) {