Explorar el Código

查询交接人去除院区id

seimin hace 1 año
padre
commit
d5389f0e69
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      components/selectAccount/selectAccount.vue

+ 3 - 3
components/selectAccount/selectAccount.vue

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