XMLWAN 4 anos atrás
pai
commit
e5ef9f897d
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/xt_pages/user/patients.vue

+ 1 - 0
src/xt_pages/user/patients.vue Ver arquivo

@@ -1330,6 +1330,7 @@
1330 1330
         this.getList()
1331 1331
       },
1332 1332
       getList() {
1333
+        console.log("parasm2222",this.listQuery)
1333 1334
         fetchList(this.listQuery).then(response => {
1334 1335
           if (response.data.state === 0) {
1335 1336
             this.$message.error(response.data.msg)