XMLWAN 4 years ago
parent
commit
e5ef9f897d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/user/patients.vue

+ 1 - 0
src/xt_pages/user/patients.vue View File

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